diff --git a/Moonlight/Core/Database/DataContext.cs b/Moonlight/Core/Database/DataContext.cs index d987ada6..8ebd658d 100644 --- a/Moonlight/Core/Database/DataContext.cs +++ b/Moonlight/Core/Database/DataContext.cs @@ -50,4 +50,9 @@ public class DataContext : DbContext ); } } + + protected override void OnModelCreating(ModelBuilder modelBuilder) + { + + } } \ No newline at end of file diff --git a/Moonlight/Core/UI/Views/Admin/Api/Keys.razor b/Moonlight/Core/UI/Views/Admin/Api/Keys.razor index 3bd01e14..ce9546a9 100644 --- a/Moonlight/Core/UI/Views/Admin/Api/Keys.razor +++ b/Moonlight/Core/UI/Views/Admin/Api/Keys.razor @@ -15,8 +15,8 @@