fixes to post flag logic

This commit is contained in:
albert
2013-02-22 21:13:11 -05:00
parent 4203f344c0
commit 6db391f6a2
3 changed files with 12 additions and 5 deletions

2
script/fixes/002.sql Normal file
View File

@@ -0,0 +1,2 @@
set statement_timeout = 0;
update posts set is_flagged = false where is_deleted = true and is_flagged = true;