Hi there,
I have merged my own tables and the traccar tables for a planning/tracking project. I have added a post insert trigger function to fill other table with data from events in real time. The issue is that no more events are added to the table tc_events . Note that the notifications continue to appear in the web app but not in the table.
When removing the trigger, I receive back the events in the table tc_events...
Any clue?
thank you
If you don't see any errors in the log, then it must be something with your trigger.
Hi there,
I have merged my own tables and the traccar tables for a planning/tracking project. I have added a post insert trigger function to fill other table with data from events in real time. The issue is that no more events are added to the table tc_events . Note that the notifications continue to appear in the web app but not in the table.
When removing the trigger, I receive back the events in the table tc_events...
Any clue?
thank you