Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
rhbz1036435 - Add comment with liquibase upgrade notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos A. Munoz committed Dec 2, 2013
1 parent 68b8be1 commit 6a35118
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zanata-war/src/main/resources/db/db.changelog.xml
Expand Up @@ -33,6 +33,9 @@
file="changelogs/db.changelog-3.2.xml" />

<!-- NB: triggers must be created after all table changes -->
<!-- If the Liquibase version is being updated, please refer to the
file below and change the ids of the trigger change sets to reflect the
updated Liquibase version-->
<include relativeToChangelogFile="true"
file="changelogs/db.changelog-triggers.xml" />
</databaseChangeLog>

1 comment on commit 6a35118

@seanf
Copy link
Contributor

@seanf seanf commented on 6a35118 Dec 2, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.