mchades commented on code in PR #5127:
URL: https://github.com/apache/gravitino/pull/5127#discussion_r1804029848
##########
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:
When executing the upgrade SQL, this change will not work because the table
`table_column_version_info` already exists
--
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]