aboutsummaryrefslogtreecommitdiff
path: root/database/db.changelog-3.3.xml
diff options
context:
space:
mode:
Diffstat (limited to 'database/db.changelog-3.3.xml')
-rw-r--r--database/db.changelog-3.3.xml18
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="&quot;read&quot;" />
- <replace replace="quotedWrite" with="&quot;write&quot;" />
- </modifySql>
-
- </changeSet>
-
<changeSet author="author" id="changelog-3.3">
<dropDefaultValue tableName="user" columnName="salt" />