Implemented db entities. Adjusted template default values
This commit is contained in:
@@ -8,7 +8,7 @@ public class DatabaseStartup : IDatabaseStartup
|
||||
{
|
||||
public Task ConfigureDatabase(DatabaseContextCollection collection)
|
||||
{
|
||||
collection.Add<MoonlightServersDataContext>();
|
||||
collection.Add<ServersDataContext>();
|
||||
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
|
||||
@@ -14,8 +14,6 @@ public class PluginStartup : IAppStartup
|
||||
|
||||
public Task BuildApp(IHostApplicationBuilder builder)
|
||||
{
|
||||
Logger.LogInformation("Elo World from MoonlightServers");
|
||||
|
||||
// Scan the current plugin assembly for di services
|
||||
builder.Services.AutoAddServices<PluginStartup>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user