Начало работы над BookUpdateChecker

This commit is contained in:
Book Pauk
2022-07-16 13:16:57 +07:00
parent 97fc902cdb
commit 5ccfe71c55
9 changed files with 150 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
module.exports = {
table: 'migration1',
data: [
{id: 1, name: 'create', data: require('./001-create')}
]
}