feat: import messages from go version
This commit is contained in:
parent
b56a71e105
commit
a50a8567dd
15 changed files with 503 additions and 769 deletions
|
|
@ -197,7 +197,7 @@ public static class StartupExtensions
|
|||
DatabasePool.ConfigureDapper();
|
||||
|
||||
await using var migrator = scope.ServiceProvider.GetRequiredService<DatabaseMigrator>();
|
||||
await migrator.Migrate();
|
||||
await migrator.MigrateUp();
|
||||
|
||||
var config = scope.ServiceProvider.GetRequiredService<Config>();
|
||||
var slashService = scope.ServiceProvider.GetRequiredService<SlashService>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue