mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-07 23:54:22 +01:00
Minor refactoring
This commit is contained in:
@@ -49,6 +49,7 @@ const migrator = new Migrator({
|
||||
});
|
||||
|
||||
console.log('Running migrations...');
|
||||
await migrator.migrateToLatest();
|
||||
const results = await migrator.migrateToLatest();
|
||||
console.log('Migrations finished:', results);
|
||||
|
||||
export { db, type EventRow, type TagRow, type UserRow };
|
||||
|
||||
Reference in New Issue
Block a user