mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
9e3b15c7e3
commit
d817bfdc6d
1 changed files with 1 additions and 2 deletions
|
|
@ -108,11 +108,10 @@ private static string GetUpdateUnchangedColumnHack(IEnumerable<IProperty> proper
|
|||
return firstId + " = VALUES(" + firstId + ")";
|
||||
}
|
||||
|
||||
//TODO: https://github.com/collinbarrett/FilterLists/issues/200
|
||||
//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, 489)";
|
||||
const string rawSqlString = "UPDATE filterlists SET CantSnapshot = 1 WHERE id IN(173, 185, 188, 189)";
|
||||
dbContext.Database.ExecuteSqlCommand(rawSqlString);
|
||||
dbContext.SaveChanges();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue