Don't specify database name when turning off DEEP storage
This commit is contained in:
parent
fcb9f76561
commit
b97801a174
|
@ -322,7 +322,7 @@ WHERE NOT EXISTS (
|
|||
--
|
||||
-- Hide USE_DEEP_STORAGE from user to prevent accidental event loss
|
||||
--
|
||||
UPDATE `zm`.`Config` SET `Category`='hidden' WHERE `Name`='ZM_USE_DEEP_STORAGE';
|
||||
UPDATE Config SET Category='hidden' WHERE Name='ZM_USE_DEEP_STORAGE';
|
||||
|
||||
--
|
||||
-- Add Id column to State
|
||||
|
|
Loading…
Reference in New Issue