mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
fc83787393
commit
2ed572a374
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ private static string GetUpdateUnchangedColumnHack(IEnumerable<IProperty> proper
|
|||
//TODO: https://github.com/collinbarrett/FilterLists/issues/201
|
||||
private static void SetCantSnapshot(DbContext dbContext)
|
||||
{
|
||||
const string rawSqlString = "UPDATE filterlists SET CantSnapshot = 1 WHERE id IN(48, 149, 173, 185, 186, 187, 188, 189, 352)";
|
||||
const string rawSqlString = "UPDATE filterlists SET CantSnapshot = 1 WHERE id IN(48, 149, 173, 185, 188, 189, 352)";
|
||||
dbContext.Database.ExecuteSqlCommand(rawSqlString);
|
||||
dbContext.SaveChanges();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue