Fixed sqlite migrations (#558)
This commit is contained in:
committed by
Pieter-Jan Briers
parent
d16fe5376d
commit
0f1cee44a3
@@ -7,7 +7,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
||||
|
||||
namespace Content.Server.Database.Migrations
|
||||
{
|
||||
[DbContext(typeof(PreferencesDbContext))]
|
||||
[DbContext(typeof(SqlitePreferencesDbContext))]
|
||||
[Migration("20200118020532_initial")]
|
||||
partial class initial
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user