This is an automated email from the ASF dual-hosted git repository. pearl11594 pushed a commit to branch add-support-csi-projects in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/add-support-csi-projects by this push: new 1d46d49fbcd fix table name 1d46d49fbcd is described below commit 1d46d49fbcd79e96bbba0439a3ad1e67399140d6 Author: Pearl Dsilva <pearl1...@gmail.com> AuthorDate: Wed Jul 30 08:59:29 2025 -0400 fix table name --- engine/schema/src/main/resources/META-INF/db/schema-42010to42100.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/schema/src/main/resources/META-INF/db/schema-42010to42100.sql b/engine/schema/src/main/resources/META-INF/db/schema-42010to42100.sql index 4b2b86043c1..e2394f66c47 100644 --- a/engine/schema/src/main/resources/META-INF/db/schema-42010to42100.sql +++ b/engine/schema/src/main/resources/META-INF/db/schema-42010to42100.sql @@ -205,4 +205,4 @@ END; -- End: Changes for Guest OS category cleanup -- Add csi_enabled column to kubernetes_cluster table - Move to 4.22 -CALL `cloud`.`IDEMPOTENT_ADD_COLUMN`('cloud.kubernetes', 'csi_enabled', 'TINYINT(1) unsigned NOT NULL DEFAULT 0 COMMENT "true if kubernetes cluster is using csi, false otherwise" '); \ No newline at end of file +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" '); \ No newline at end of file