Skip to content

Commit 291371c

Browse files
committed
fix eof
1 parent d6810a2 commit 291371c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

engine/schema/src/main/resources/META-INF/db/schema-42100to42200.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,3 @@ UPDATE `cloud`.`storage_pool_details` SET display = 0 WHERE name LIKE '%token%';
5050

5151
-- Add csi_enabled column to kubernetes_cluster table to indicate if the cluster is using csi or not
5252
CALL `cloud`.`IDEMPOTENT_ADD_COLUMN`('cloud.kubernetes_cluster', 'csi_enabled', 'TINYINT(1) unsigned NOT NULL DEFAULT 0 COMMENT "true if kubernetes cluster is using csi, false otherwise" ');
53-

0 commit comments

Comments
 (0)