We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42eaae8 commit 372ca85Copy full SHA for 372ca85
engine/schema/src/main/resources/META-INF/db/schema-42010to42100.sql
@@ -79,4 +79,4 @@ JOIN `cloud`.`account` AS account ON user.account_id = account.id
79
WHERE user.api_key IS NOT NULL
80
AND user.secret_key IS NOT NULL;
81
82
-ALTER TABLE `cloud`.`user` DROP COLUMN IF EXISTS api_key, DROP COLUMN IF EXISTS secret_key;
+ALTER TABLE `cloud`.`user` DROP COLUMN api_key, DROP COLUMN secret_key;
0 commit comments