diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2022-12-29 18:03:41 -0500 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2025-08-18 11:51:00 -0400 |
| commit | fdf36c0af83db4fa015794e9827ccce0aa8b5a5e (patch) | |
| tree | 63a1cb8a74a6f50167583d24b574bd423cd47e39 /src/main/resources/db/changelogs/20220804-add-pantryitem.xml | |
| parent | 5f6acdf1119669c49490eb5b5aefb5eacc472bd2 (diff) | |
| download | pantry-fdf36c0af83db4fa015794e9827ccce0aa8b5a5e.tar.gz pantry-fdf36c0af83db4fa015794e9827ccce0aa8b5a5e.tar.bz2 pantry-fdf36c0af83db4fa015794e9827ccce0aa8b5a5e.zip | |
Update; Switch to MongoDB
Diffstat (limited to 'src/main/resources/db/changelogs/20220804-add-pantryitem.xml')
| -rw-r--r-- | src/main/resources/db/changelogs/20220804-add-pantryitem.xml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/main/resources/db/changelogs/20220804-add-pantryitem.xml b/src/main/resources/db/changelogs/20220804-add-pantryitem.xml deleted file mode 100644 index f6ab0ee..0000000 --- a/src/main/resources/db/changelogs/20220804-add-pantryitem.xml +++ /dev/null @@ -1,30 +0,0 @@ -<databaseChangeLog - xmlns="http://www.liquibase.org/xml/ns/dbchangelog" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - 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" context="migrate"> - <validCheckSum>8:350c0b8d4ff8ce36a2453a0fe2373684</validCheckSum> - <createSequence - sequenceName="hibernate_sequence" - incrementBy="1" - startValue="1" - /> - <createTable tableName="pantryitem"> - <column name="id" type="int8"> - <constraints primaryKey="true" primaryKeyName="pk_pantryitem_id" nullable="false" /> - </column> - <column name="name" type="varchar(80)"> - <constraints nullable="false" /> - </column> - <column name="description" type="varchar(1000)" /> - <column name="quantity" type="float8"> - <constraints nullable="false" /> - </column> - <column name="quantityunittype" type="varchar(40)"> - <constraints nullable="false" /> - </column> - </createTable> - </changeSet> -</databaseChangeLog>
\ No newline at end of file |
