Skip to content

Commit

Permalink
Fix #1257: Database initialization using Liquibase fails
Browse files Browse the repository at this point in the history
  • Loading branch information
banterCZ committed Jan 17, 2024
1 parent a08f88b commit 4acec34
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -557,23 +557,6 @@
</createTable>
</changeSet>

<changeSet id="25" logicalFilePath="powerauth-java-server/1.4.x/20230322-init-db.xml" author="Lubos Racansky">
<preConditions onFail="MARK_RAN">
<not>
<tableExists tableName="pa_operation_application"/>
</not>
</preConditions>
<comment>Create a new table pa_operation_application</comment>
<createTable tableName="pa_operation_application">
<column name="application_id" type="bigint">
<constraints primaryKey="true" />
</column>
<column name="operation_id" type="varchar(255)">
<constraints primaryKey="true" />
</column>
</createTable>
</changeSet>

<changeSet id="26" logicalFilePath="powerauth-java-server/1.4.x/20230322-init-db.xml" author="Lubos Racansky">
<preConditions onFail="MARK_RAN">
<not>
Expand Down

0 comments on commit 4acec34

Please sign in to comment.