Добавляем миграции в БД sqlite
This commit is contained in:
5
server/db/migrations/app/index.js
Normal file
5
server/db/migrations/app/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
table: 'migration1',
|
||||
data: [
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user