mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-02-20 20:29:04 +00:00
Whoops
This commit is contained in:
parent
91331e7947
commit
9d17bb284a
@ -4,8 +4,8 @@ const db = require('knex')(config.database);
|
||||
const migration = {};
|
||||
migration.start = async () => {
|
||||
await db.schema.table('albums', table => {
|
||||
table.dateTime('editedAt');
|
||||
table.dateTime('zipGeneratedAt');
|
||||
table.integer('editedAt');
|
||||
table.integer('zipGeneratedAt');
|
||||
});
|
||||
console.log('Migration finished! Now start lolisafe normally');
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user