We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c2ed5 commit cf522b0Copy full SHA for cf522b0
engine/schema/src/main/resources/META-INF/db/schema-42010to42100.sql
@@ -140,7 +140,7 @@ BEGIN
140
; UPDATE `cloud`.`guest_os`
141
SET `category_id` = to_category_id
142
WHERE `category_id` = (SELECT `id` FROM `cloud`.`guest_os_category` WHERE `name` = from_category_name)
143
-; UPDATE `cloud`.`guest_os_category` SET `removed``=now() WHERE `name` = from_category_name
+; UPDATE `cloud`.`guest_os_category` SET `removed`=now() WHERE `name` = from_category_name
144
; END;
145
CALL `cloud`.`UPDATE_NEW_AND_DELETE_OLD_CATEGORY_FOR_GUEST_OS`('Other', 'Novel');
146
CALL `cloud`.`UPDATE_NEW_AND_DELETE_OLD_CATEGORY_FOR_GUEST_OS`('Other', 'None');
0 commit comments