-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
for: backport-to-5.0.xIssues that will be back-ported to the 5.0.x lineIssues that will be back-ported to the 5.0.x linein: coretype: bug
Milestone
Description
Bug description
In the 5.0
migration-h2.sql
the lines 8-10 seem to be invalid. When used with h2 2.1.214
(version managed by Spring Boot 3.1.0
) it fails with:
Syntax error in SQL statement "ALTER TABLE BATCH_JOB_EXECUTION_PARAMS [*]MODIFY COLUMN TYPE_CD PARAMETER_TYPE VARCHAR(100)"; expected "., ADD, SET, RENAME, DROP, ALTER"; SQL statement:
ALTER TABLE BATCH_JOB_EXECUTION_PARAMS MODIFY COLUMN TYPE_CD PARAMETER_TYPE VARCHAR(100) [42001-214] [Failed SQL: (42001) ALTER TABLE BATCH_JOB_EXECUTION_PARAMS MODIFY COLUMN TYPE_CD PARAMETER_TYPE VARCHAR(100)]
Metadata
Metadata
Assignees
Labels
for: backport-to-5.0.xIssues that will be back-ported to the 5.0.x lineIssues that will be back-ported to the 5.0.x linein: coretype: bug