diff --git a/ConsoleService.cs b/ConsoleService.cs index 15a62b1..051569f 100644 --- a/ConsoleService.cs +++ b/ConsoleService.cs @@ -22,7 +22,6 @@ namespace vassago public async Task StartAsync(CancellationToken cancellationToken) { var dbc = new ChattingContext(); - await dbc.Database.EnsureCreatedAsync(); await dbc.Database.MigrateAsync(); if (DiscordTokens?.Any() ?? false)