Started migrating to postgresql
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using MoonCore.Extended.SingleDb;
|
||||
using Moonlight.ApiServer.Configuration;
|
||||
using Moonlight.ApiServer.Database.Entities;
|
||||
using Moonlight.ApiServer.Helpers;
|
||||
@@ -12,7 +13,7 @@ public class CoreDataContext : DatabaseContext
|
||||
public DbSet<User> Users { get; set; }
|
||||
public DbSet<ApiKey> ApiKeys { get; set; }
|
||||
|
||||
public CoreDataContext(AppConfiguration configuration) : base(configuration)
|
||||
public CoreDataContext(DatabaseOptions options) : base(options)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user