mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 16:06:24 +02:00
Replaced MigSharp with MigrationsDotNet
This commit is contained in:
@@ -59,6 +59,8 @@ namespace NzbDrone.Core.Datastore
|
||||
|
||||
public static IDatabase GetPetaPocoDb(string connectionString)
|
||||
{
|
||||
MigrationsHelper.Run(connectionString, true);
|
||||
|
||||
var profileConnection = ProfiledDbConnection.Get(new SQLiteConnection(connectionString));
|
||||
|
||||
Database.Mapper = new CustomeMapper();
|
||||
|
Reference in New Issue
Block a user