Skip to content

Commit

Permalink
fix 26-01-changelog.xml for oracle adding dropUniqueConstraint UC_TOK…
Browse files Browse the repository at this point in the history
…ENTAB_NAME_TAB_ID
  • Loading branch information
danielecalda committed Jul 3, 2023
1 parent 827f2cb commit 4ac71ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd"
SELECT tab_id,id FROM token_tab;
</sql>
<dropForeignKeyConstraint baseTableName="token_tab" constraintName="fkiyk7xhe4lx9pbr64vv2yit6jd" />
<dropUniqueConstraint tableName="token_tab" constraintName="UC_TOKENTAB_NAME_TAB_ID" />
<dropColumn tableName="token_tab" columnName="tab_id"></dropColumn>

</changeSet>
Expand Down

0 comments on commit 4ac71ef

Please sign in to comment.