mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Do not run changeset if comlumn already exists
Closes #35290 Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
This commit is contained in:
parent
590944b111
commit
7a35d4970d
@ -35,6 +35,11 @@
|
||||
</changeSet>
|
||||
|
||||
<changeSet author="keycloak" id="26.1.0-34013">
|
||||
<preConditions onFail="MARK_RAN">
|
||||
<not>
|
||||
<columnExists tableName="ADMIN_EVENT_ENTITY" columnName="DETAILS_JSON" />
|
||||
</not>
|
||||
</preConditions>
|
||||
<addColumn tableName="ADMIN_EVENT_ENTITY">
|
||||
<column name="DETAILS_JSON" type="NCLOB" />
|
||||
</addColumn>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user