jerqi commented on code in PR #7690: URL: https://github.com/apache/gravitino/pull/7690#discussion_r2266357583
########## scripts/postgresql/upgrade-0.9.0-to-1.0.0-postgresql.sql: ########## @@ -105,6 +105,32 @@ ALTER TABLE model_version_info ADD CONSTRAINT uk_mid_ver_uri_del UNIQUE (model_i -- remove the default value for model_version_uri_name ALTER TABLE model_version_info ALTER COLUMN model_version_uri_name DROP DEFAULT; +CREATE TABLE IF NOT EXISTS statistic_meta ( + id BIGINT NOT NULL, + statistic_id BIGINT NOT NULL, + statistic_name VARCHAR(128) NOT NULL, Review Comment: Removed. -- 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]
