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