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'; -- ---------------------------------------------------------------------------------------- --