jerryshao commented on code in PR #5127:
URL: https://github.com/apache/gravitino/pull/5127#discussion_r1804055363


##########
scripts/h2/upgrade-0.6.0-to-0.7.0-h2.sql:
##########
@@ -25,11 +25,11 @@ CREATE TABLE IF NOT EXISTS `table_column_version_info` (
     `table_version` INT UNSIGNED NOT NULL COMMENT 'table version',
     `column_id` BIGINT(20) UNSIGNED NOT NULL COMMENT 'column id',
     `column_name` VARCHAR(128) NOT NULL COMMENT 'column name',
-    `column_type` VARCHAR(128) NOT NULL COMMENT 'column type',
+    `column_type` TEXT NOT NULL COMMENT 'column type',

Review Comment:
   No, this doesn't exist, this table is newly added in 0.7.0.



-- 
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]

Reply via email to