aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-09-05 18:14:36 +0500
committerAbyss777 <abyss@fox5.ru>2017-09-05 18:14:36 +0500
commitba892a34c4a78ddc4ec7b24cc72b62278f608322 (patch)
tree2ac8216d6202321ecbde373951c3e440ac18e921 /schema
parentf24bf23ed026abe684cc893924d8a17de065b220 (diff)
downloadtraccar-server-ba892a34c4a78ddc4ec7b24cc72b62278f608322.tar.gz
traccar-server-ba892a34c4a78ddc4ec7b24cc72b62278f608322.tar.bz2
traccar-server-ba892a34c4a78ddc4ec7b24cc72b62278f608322.zip
Remove Attribute Aliases support
Diffstat (limited to 'schema')
-rw-r--r--schema/changelog-3.15.xml17
-rw-r--r--schema/changelog-master.xml1
2 files changed, 18 insertions, 0 deletions
diff --git a/schema/changelog-3.15.xml b/schema/changelog-3.15.xml
new file mode 100644
index 000000000..a2d944abb
--- /dev/null
+++ b/schema/changelog-3.15.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<databaseChangeLog
+ xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
+ http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.4.xsd"
+ logicalFilePath="changelog-3.15">
+
+ <changeSet author="author" id="changelog-3.15">
+
+ <dropForeignKeyConstraint baseTableName="attribute_aliases" constraintName="fk_attribute_aliases_deviceid" />
+ <dropUniqueConstraint tableName="attribute_aliases" constraintName="uk_deviceid_attribute" />
+
+ <dropTable tableName="attribute_aliases" />
+
+ </changeSet>
+</databaseChangeLog>
diff --git a/schema/changelog-master.xml b/schema/changelog-master.xml
index d1b51b40e..58b2a8307 100644
--- a/schema/changelog-master.xml
+++ b/schema/changelog-master.xml
@@ -15,4 +15,5 @@
<include file="changelog-3.11.xml" relativeToChangelogFile="true" />
<include file="changelog-3.12.xml" relativeToChangelogFile="true" />
<include file="changelog-3.14.xml" relativeToChangelogFile="true" />
+ <include file="changelog-3.15.xml" relativeToChangelogFile="true" />
</databaseChangeLog>