Class JpaUpdate26_5_0_OrgTablesSetDefaultCharsetAndCollation
java.lang.Object
org.keycloak.connections.jpa.updater.liquibase.custom.CustomKeycloakTask
org.keycloak.connections.jpa.updater.liquibase.custom.JpaUpdate26_5_0_OrgTablesSetDefaultCharsetAndCollation
- All Implemented Interfaces:
liquibase.change.custom.CustomChange,liquibase.change.custom.CustomSqlChange
Ensures ORG.ID column and ORG_INVITATION table has set the default charset and collation for MySQL/MariaDB.
-
Field Summary
Fields inherited from class org.keycloak.connections.jpa.updater.liquibase.custom.CustomKeycloakTask
confirmationMessage, connection, database, jdbcConnection, kcSession, statements -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidIt's supposed to fill SQL statements to the "statements" variable and fill "confirmationMessage"protected Stringprotected booleanMethods inherited from class org.keycloak.connections.jpa.updater.liquibase.custom.CustomKeycloakTask
generateStatements, getConfirmationMessage, getTableName, setFileOpener, setUp, validate
-
Constructor Details
-
JpaUpdate26_5_0_OrgTablesSetDefaultCharsetAndCollation
public JpaUpdate26_5_0_OrgTablesSetDefaultCharsetAndCollation()
-
-
Method Details
-
isApplicable
protected boolean isApplicable() throws liquibase.exception.CustomChangeException- Overrides:
isApplicablein classCustomKeycloakTask- Throws:
liquibase.exception.CustomChangeException
-
generateStatementsImpl
protected void generateStatementsImpl() throws liquibase.exception.CustomChangeExceptionDescription copied from class:CustomKeycloakTaskIt's supposed to fill SQL statements to the "statements" variable and fill "confirmationMessage"- Specified by:
generateStatementsImplin classCustomKeycloakTask- Throws:
liquibase.exception.CustomChangeException
-
getTaskId
- Specified by:
getTaskIdin classCustomKeycloakTask
-