True/False for config settings value

pull/4/head
Mark McDowall 7 years ago
parent 6aaefae2d5
commit 1b39911135

@ -32,7 +32,7 @@ namespace NzbDrone.Core.Datastore.Migration
using (var insertCmd = conn.CreateCommand())
{
insertCmd.Transaction = tran;
insertCmd.CommandText = "INSERT INTO Config (Key, Value) VALUES('importextrafiles', 1)";
insertCmd.CommandText = "INSERT INTO Config (Key, Value) VALUES('importextrafiles', 'True')";
insertCmd.ExecuteNonQuery();
}
}

Loading…
Cancel
Save