I have version 3.2 (select * from traccar; returns 302) and the tables in my MySQL database are listed as
+----------------+
| device |
| position |
| server |
| traccar |
| user |
| user_device |
+----------------+
Why does the source code make reference to tables named 'devices' and 'positions'? Were the table names changed in a later release?
Thanks,
-Devon
You are using old version. Table names changed in version 3.3.
I have version 3.2 (select * from traccar; returns 302) and the tables in my MySQL database are listed as
+----------------+
| device |
| position |
| server |
| traccar |
| user |
| user_device |
+----------------+
Why does the source code make reference to tables named 'devices' and 'positions'? Were the table names changed in a later release?
Thanks,
-Devon