mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Merge with Kayone.
This commit is contained in:
@@ -53,6 +53,10 @@ namespace NzbDrone.Core.Datastore.Migrations
|
||||
.WithNotNullableColumn("Size", DbType.Int64)
|
||||
.WithNotNullableColumn("DateAdded", DbType.DateTime)
|
||||
.WithNotNullableColumn("SeasonNumber", DbType.Int16);
|
||||
|
||||
db.CreateTable("Config")
|
||||
.WithNotNullableColumn("Key", DbType.String).Unique()
|
||||
.WithNotNullableColumn("Value", DbType.String);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user