Skip to content

Commit

Permalink
feat: update changeset ids
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriidenisenko committed Dec 8, 2024
1 parent 411e175 commit d8a23c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/db/changelog/db.changelog-0.2.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.4.xsd">


<changeSet id="0.2.0" author="jpa-jwt-secured-author">
<changeSet id="0.2.0" author="dev-team">
<createTable tableName="users">
<column name="id" type="BIGINT" autoIncrement="true">
<constraints primaryKey="true" nullable="false"/>
Expand Down

0 comments on commit d8a23c0

Please sign in to comment.