diff options
Diffstat (limited to 'database/db.changelog-3.1.xml')
-rw-r--r-- | database/db.changelog-3.1.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/database/db.changelog-3.1.xml b/database/db.changelog-3.1.xml index b05ec6a03..b8c706806 100644 --- a/database/db.changelog-3.1.xml +++ b/database/db.changelog-3.1.xml @@ -3,13 +3,15 @@ xmlns="http://www.liquibase.org/xml/ns/dbchangelog/1.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog/1.9 - http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-1.9.xsd"> + http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-1.9.xsd"> + + <changeSet author="author" id="changelog-3.1"> - <changeSet author="authorName" id="changelog-1.0"> <createTable tableName="TablesAndTables"> <column name="COLUMN1" type="TEXT"> <constraints nullable="true" primaryKey="false" unique="false"/> </column> </createTable> + </changeSet> </databaseChangeLog> |