diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-12-19 09:05:07 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-12-19 09:05:07 +1300 |
commit | 74c1e947ba979ebce33efffa5b6389354282881a (patch) | |
tree | 71c9570d52f500ac693f3745f4e2c84313758454 /database/db.changelog-3.3.xml | |
parent | 1f8ce82459bce2bd7bfe0726c3ec31010b58ab33 (diff) | |
download | trackermap-server-74c1e947ba979ebce33efffa5b6389354282881a.tar.gz trackermap-server-74c1e947ba979ebce33efffa5b6389354282881a.tar.bz2 trackermap-server-74c1e947ba979ebce33efffa5b6389354282881a.zip |
Normalize database foreign key names
Diffstat (limited to 'database/db.changelog-3.3.xml')
-rw-r--r-- | database/db.changelog-3.3.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/database/db.changelog-3.3.xml b/database/db.changelog-3.3.xml index 4c5c216db..cb9823ef8 100644 --- a/database/db.changelog-3.3.xml +++ b/database/db.changelog-3.3.xml @@ -5,24 +5,6 @@ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.4.xsd"> - <changeSet author="author" id="changelog-3.3-normalize"> - - <preConditions onFail="MARK_RAN"> - <not> - <columnExists tableName="user_device" columnName="read"/> - </not> - </preConditions> - - <renameColumn tableName="user_device" oldColumnName="quotedRead" newColumnName="read" columnDataType="BOOLEAN" /> - <renameColumn tableName="user_device" oldColumnName="quotedWrite" newColumnName="write" columnDataType="BOOLEAN" /> - - <modifySql> - <replace replace="quotedRead" with=""read"" /> - <replace replace="quotedWrite" with=""write"" /> - </modifySql> - - </changeSet> - <changeSet author="author" id="changelog-3.3"> <dropDefaultValue tableName="user" columnName="salt" /> |