mirror of
https://github.com/traccar/traccar.git
synced 2025-01-08 11:47:49 +08:00
Fix column name
This commit is contained in:
parent
1ea1c4be35
commit
b51526fdb1
@ -13,7 +13,7 @@
|
|||||||
</addColumn>
|
</addColumn>
|
||||||
|
|
||||||
<addColumn tableName="tc_devices">
|
<addColumn tableName="tc_devices">
|
||||||
<column name="geofenceIds" type="VARCHAR(128)" />
|
<column name="geofenceids" type="VARCHAR(128)" />
|
||||||
</addColumn>
|
</addColumn>
|
||||||
|
|
||||||
</changeSet>
|
</changeSet>
|
||||||
|
Loading…
Reference in New Issue
Block a user