PW-874: Only "manual" inquiries should get to Society

This commit is contained in:
Ruslan Getmansky
2017-06-27 18:16:08 +03:00
parent 64f15fdd80
commit 4603ce3656
+3
View File
@@ -0,0 +1,3 @@
UPDATE inquiries
SET automated = 0
WHERE status >= 100;