You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to get Keycloak running on DB2 for i a blocking issue that I encounter, is this:
Reason: liquibase.exception.DatabaseException: [SQL0199] Keyword RENAME was not expected. Valid tokens: ADD LOG NOT SET DATA DROP ALTER CHECK APPEND ATTACH DETACH. [Failed SQL: (-199) ALTER TABLE "IFSKCTST".EVENT_ENTITY RENAME COLUMN TIME TO EVENT_TIME]
I propose adding an additional generator called RenameColumnGeneratorDB2i which is subclass of RenameColumnGenerator overriding,
I could contribute this change myself through a pull request, if you are interested? Do I need to sign up for something before code PR can be integrated?
The text was updated successfully, but these errors were encountered:
Trying to get Keycloak running on DB2 for i a blocking issue that I encounter, is this:
Reason: liquibase.exception.DatabaseException: [SQL0199] Keyword RENAME was not expected. Valid tokens: ADD LOG NOT SET DATA DROP ALTER CHECK APPEND ATTACH DETACH. [Failed SQL: (-199) ALTER TABLE "IFSKCTST".EVENT_ENTITY RENAME COLUMN TIME TO EVENT_TIME]
I propose adding an additional generator called
RenameColumnGeneratorDB2i
which is subclass ofRenameColumnGenerator
overriding,I could contribute this change myself through a pull request, if you are interested? Do I need to sign up for something before code PR can be integrated?
The text was updated successfully, but these errors were encountered: