DB update

This commit is contained in:
Manish Verma
2016-12-14 19:38:39 +05:30
parent 239985e5a4
commit 70d1b1fe12

View File

@@ -19,7 +19,7 @@ WHERE `type` = 1;
-- Update queue services tables -- Update queue services tables
-- --
UPDATE `queue_services` SET `status` = 1 Where `name` LIKE 'Sync' OR `short_name` LIKE 'sync'; 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';
-- ---------------------------------------------------------------------------------------- -- ----------------------------------------------------------------------------------------
-- --