Skip to content

Commit

Permalink
Fix #1050: Liquibase updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zcgandcomp committed Sep 14, 2023
1 parent 2fac541 commit fd552c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
<column name="audit_level" type="varchar(32)">
<constraints nullable="false" />
</column>
<column name="audit_type" type="varchar(256)">
<constraints nullable="false" />
</column>
<column name="audit_type" type="varchar(256)"/>
<column name="timestamp_created" type="timestamp" defaultValueDate="${now}" />
<column name="message" type="text">
<constraints nullable="false" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
<constraints nullable="false" />
</column>
<column name="activation_id" type="varchar(37)">
<constraints nullable="false" foreignKeyName="recovery_code_activation_fk" referencedTableName="pa_activation" referencedColumnNames="activation_id" />
<constraints foreignKeyName="recovery_code_activation_fk" referencedTableName="pa_activation" referencedColumnNames="activation_id" />
</column>
<column name="status" type="integer">
<constraints nullable="false" />
Expand Down Expand Up @@ -551,7 +551,7 @@
<column name="application_id" type="bigint">
<constraints primaryKey="true" />
</column>
<column name="operation_id" type="varchar(255)">
<column name="operation_id" type="varchar(37)">
<constraints primaryKey="true" />
</column>
</createTable>
Expand Down

0 comments on commit fd552c4

Please sign in to comment.