mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Replaced MigSharp with MigrationsDotNet
This commit is contained in:
parent
63023d447d
commit
46ec4fa3ba
11 changed files with 148 additions and 1503 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue