Skip to content

Commit

Permalink
Add v9.0.0 tag to liquibase changelog (#13005)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCwy committed Apr 11, 2024
1 parent b9ccd4f commit 2354975
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/db/changelog/db.changelog-v9.0.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -533,4 +533,7 @@
initiallyDeferred="false" onDelete="NO ACTION" onUpdate="NO ACTION"
referencedColumnNames="id" referencedTableName="feedback_questions" validate="true" />
</changeSet>
<changeSet author="NicolasCwy" id="1711160431792-42">
<tagDatabase tag="v9.0.0"/>
</changeSet>
</databaseChangeLog>

0 comments on commit 2354975

Please sign in to comment.