aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2023-01-26 15:19:47 -0800
committerAnton Tananaev <anton@traccar.org>2023-01-26 15:19:53 -0800
commit18387265cd9432a906cd16b7d71547be5bf46086 (patch)
tree609f87c7812eec90255906dc90f50f12ed3b8143 /schema
parent7d1a4120ebe5304217d617e248125e9663bbbf50 (diff)
downloadtrackermap-server-18387265cd9432a906cd16b7d71547be5bf46086.tar.gz
trackermap-server-18387265cd9432a906cd16b7d71547be5bf46086.tar.bz2
trackermap-server-18387265cd9432a906cd16b7d71547be5bf46086.zip
Use period from calendar
Diffstat (limited to 'schema')
-rw-r--r--schema/changelog-5.6.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/schema/changelog-5.6.xml b/schema/changelog-5.6.xml
index 38b206902..dc302c6a4 100644
--- a/schema/changelog-5.6.xml
+++ b/schema/changelog-5.6.xml
@@ -25,12 +25,6 @@
<column name="calendarid" type="INT">
<constraints nullable="false" />
</column>
- <column name="from" type="TIMESTAMP">
- <constraints nullable="false" />
- </column>
- <column name="to" type="TIMESTAMP">
- <constraints nullable="false" />
- </column>
<column name="attributes" type="VARCHAR(4000)">
<constraints nullable="false" />
</column>