refactor(server): use kysely (#12857)
This commit is contained in:
@@ -113,6 +113,7 @@ export class DatabaseService extends BaseService {
|
||||
if (!database.skipMigrations) {
|
||||
await this.databaseRepository.runMigrations();
|
||||
}
|
||||
this.databaseRepository.init();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user