Skip to content

Commit cf522b0

Browse files
committed
fix schema
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 90c2ed5 commit cf522b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/schema/src/main/resources/META-INF/db/schema-42010to42100.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ BEGIN
140140
; UPDATE `cloud`.`guest_os`
141141
SET `category_id` = to_category_id
142142
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
143+
; UPDATE `cloud`.`guest_os_category` SET `removed`=now() WHERE `name` = from_category_name
144144
; END;
145145
CALL `cloud`.`UPDATE_NEW_AND_DELETE_OLD_CATEGORY_FOR_GUEST_OS`('Other', 'Novel');
146146
CALL `cloud`.`UPDATE_NEW_AND_DELETE_OLD_CATEGORY_FOR_GUEST_OS`('Other', 'None');

0 commit comments

Comments
 (0)