aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2018-04-13 12:21:05 +0500
committerAbyss777 <abyss@fox5.ru>2018-04-13 12:21:05 +0500
commit30ae3d104e9b0446364ebc316dc10d0f811e1480 (patch)
treeb1e0a223e4cb68c5869fcb5cec9b13e893e749da /schema
parent87de21e95c34936e7d7635c3dd8c07f6221f46eb (diff)
downloadtraccar-server-30ae3d104e9b0446364ebc316dc10d0f811e1480.tar.gz
traccar-server-30ae3d104e9b0446364ebc316dc10d0f811e1480.tar.bz2
traccar-server-30ae3d104e9b0446364ebc316dc10d0f811e1480.zip
- Rename field to Period
- Remove unnecessary check for null - Move MaintenanceManager initialization with other event related managers
Diffstat (limited to 'schema')
-rw-r--r--schema/changelog-3.17.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/changelog-3.17.xml b/schema/changelog-3.17.xml
index 5e67fe75d..ef296fe25 100644
--- a/schema/changelog-3.17.xml
+++ b/schema/changelog-3.17.xml
@@ -25,7 +25,7 @@
<column name="start" type="DOUBLE" defaultValueNumeric="0">
<constraints nullable="false" />
</column>
- <column name="lapse" type="DOUBLE" defaultValueNumeric="0">
+ <column name="period" type="DOUBLE" defaultValueNumeric="0">
<constraints nullable="false" />
</column>
<column name="attributes" type="VARCHAR(4000)">