diff options
Diffstat (limited to 'src/main/resources/db/changelogs/20220804-add-pantryitem.xml')
| -rw-r--r-- | src/main/resources/db/changelogs/20220804-add-pantryitem.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/db/changelogs/20220804-add-pantryitem.xml b/src/main/resources/db/changelogs/20220804-add-pantryitem.xml index d118fa8..f6ab0ee 100644 --- a/src/main/resources/db/changelogs/20220804-add-pantryitem.xml +++ b/src/main/resources/db/changelogs/20220804-add-pantryitem.xml @@ -4,7 +4,7 @@ xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd"> - <changeSet id="20220804-add-pantryitem" author="kjhoerr"> + <changeSet id="20220804-add-pantryitem" author="kjhoerr" context="migrate"> <validCheckSum>8:350c0b8d4ff8ce36a2453a0fe2373684</validCheckSum> <createSequence sequenceName="hibernate_sequence" |
