From 70d1b1fe12c70aea89fb7cb1bef0d27d59e34de0 Mon Sep 17 00:00:00 2001 From: Manish Verma Date: Wed, 14 Dec 2016 19:38:39 +0530 Subject: [PATCH] DB update --- DB/update from 1.0.8.0 to 1.9.0/updatedatabase.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DB/update from 1.0.8.0 to 1.9.0/updatedatabase.sql b/DB/update from 1.0.8.0 to 1.9.0/updatedatabase.sql index 671cecc94..4df31440b 100644 --- a/DB/update from 1.0.8.0 to 1.9.0/updatedatabase.sql +++ b/DB/update from 1.0.8.0 to 1.9.0/updatedatabase.sql @@ -19,7 +19,7 @@ WHERE `type` = 1; -- Update queue services tables -- UPDATE `queue_services` SET `status` = 1 Where `name` LIKE 'Sync' OR `short_name` LIKE 'sync'; - +UPDATE `queue_services` SET `status` = 0 Where `name` NOT LIKE 'Sync' OR `short_name` NOT LIKE 'sync'; -- ---------------------------------------------------------------------------------------- --