Skip to content

Commit

Permalink
removed incrementBy due to migration error (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciurescuraul authored Oct 6, 2023
1 parent 22ef6f7 commit 34e0562
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions liquibase/dbchangelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<addAutoIncrement
columnDataType="int"
columnName="id"
incrementBy="1"
startWith="1"
tableName="fileurls"/>

Expand Down Expand Up @@ -87,7 +86,6 @@
<addAutoIncrement
columnDataType="int"
columnName="id"
incrementBy="1"
startWith="1"
tableName="logevents"/>

Expand Down

0 comments on commit 34e0562

Please sign in to comment.