mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +02:00
ConfigProvider now uses PetaPoco
This commit is contained in:
@@ -45,6 +45,12 @@ namespace NzbDrone.Core.Datastore.Migrations
|
||||
.WithNullableColumn("GrabDate", DbType.DateTime);
|
||||
|
||||
|
||||
db.CreateTable("Config")
|
||||
.WithNotNullableColumn("Key", DbType.String).Unique()
|
||||
.WithNotNullableColumn("Value", DbType.String);
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user