Skip to content

Commit 372ca85

Browse files
committed
Fix MySQL syntax error
1 parent 42eaae8 commit 372ca85

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
@@ -79,4 +79,4 @@ JOIN `cloud`.`account` AS account ON user.account_id = account.id
7979
WHERE user.api_key IS NOT NULL
8080
AND user.secret_key IS NOT NULL;
8181

82-
ALTER TABLE `cloud`.`user` DROP COLUMN IF EXISTS api_key, DROP COLUMN IF EXISTS secret_key;
82+
ALTER TABLE `cloud`.`user` DROP COLUMN api_key, DROP COLUMN secret_key;

0 commit comments

Comments
 (0)