mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-14 11:23:42 +02:00
Cleanup migration 131
This commit is contained in:
parent
e6c34f4311
commit
d320017e3c
@ -9,11 +9,11 @@ public class download_propers_config : NzbDroneMigrationBase
|
|||||||
{
|
{
|
||||||
protected override void MainDbUpgrade()
|
protected override void MainDbUpgrade()
|
||||||
{
|
{
|
||||||
Execute.WithConnection(SetMetadataFileExtension);
|
Execute.WithConnection(SetConfigValue);
|
||||||
Execute.Sql("DELETE FROM Config WHERE Key = 'autodownloadpropers'");
|
Execute.Sql("DELETE FROM Config WHERE Key = 'autodownloadpropers'");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void SetMetadataFileExtension(IDbConnection conn, IDbTransaction tran)
|
private void SetConfigValue(IDbConnection conn, IDbTransaction tran)
|
||||||
{
|
{
|
||||||
using (var cmd = conn.CreateCommand())
|
using (var cmd = conn.CreateCommand())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user