mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
61fe2b73b3
commit
ea5e60bc56
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, 188, 189, 352)";
|
||||
const string rawSqlString = "UPDATE filterlists SET CantSnapshot = 1 WHERE id IN(48, 149, 173, 185, 188, 189, 352, 489)";
|
||||
dbContext.Database.ExecuteSqlCommand(rawSqlString);
|
||||
dbContext.SaveChanges();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue