chore: add some
This commit is contained in:
@@ -11,6 +11,7 @@ const logger = new Logger("Seeder");
|
||||
export const runSeeder = async () => {
|
||||
await connectionSource.initialize();
|
||||
logger.log("start seeding database");
|
||||
//
|
||||
await seedRole(connectionSource, logger);
|
||||
await seedAdmin(connectionSource, logger);
|
||||
await seedNotifSettings(connectionSource, logger);
|
||||
|
||||
Reference in New Issue
Block a user