Hello Anton,
I need to add additional columns in the Traccar database, for example in tc_users
table.
These new columns are not going to be used by Traccar server directly but I need it for external application only. The application will access the database directly, not via Traccar API.
So, do I need to follow the guidelines cited here , i.e.:
Add new liquibase changelog.
Add field to Java data model.
Add field to JavaScript data model.
?
What will be the impact on Traccar functionality if the guidelines you listed are not followed?
Thank you in advance! Your feedback is highly appreciated as always!
If columns are not used by Traccar, you don't need to follow any guidelines.
Wow, that was fast! Thank you for the advice, you are the best!
Hello Anton,
I need to add additional columns in the Traccar database, for example in
tc_users
table.These new columns are not going to be used by Traccar server directly but I need it for external application only. The application will access the database directly, not via Traccar API.
So, do I need to follow the guidelines cited here , i.e.:
Add new liquibase changelog.
Add field to Java data model.
Add field to JavaScript data model.
?What will be the impact on Traccar functionality if the guidelines you listed are not followed?
Thank you in advance! Your feedback is highly appreciated as always!