s0nskar commented on code in PR #2925:
URL: https://github.com/apache/celeborn/pull/2925#discussion_r1851355194
##########
service/src/main/resources/sql/mysql/celeborn-0.5.0-mysql.sql:
##########
@@ -54,3 +54,15 @@ CREATE TABLE IF NOT EXISTS celeborn_cluster_tenant_config
PRIMARY KEY (id),
UNIQUE KEY `index_unique_tenant_config_key` (`cluster_id`, `tenant_id`,
`name`, `config_key`)
);
+
+CREATE TABLE IF NOT EXISTS celeborn_cluster_tags
Review Comment:
Thanks @SteNicholas for the suggestion, created two separate sql files for
0.5.0 and 0.6.0 and a upgrade script to upgrade from 0.5.0 to 0.6.0. Also added
a small README. PTAL.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]