Delete table notifications

Urdanegui Castillo 4 years ago

Good evening Traccar community, can I delete the notifications table in the database restart the system and it is automatically created from scratch without any default settings in notifications?
What happens is that I have notifications that cover all the devices but are not from any user or the administrator. They cause me conflict. Therefore I would like to delete the notifications table and know if it is created automatically when you restart the service.

Anton Tananaev 4 years ago

The table won't be created, but you can delete all the content if there are some issues.

Urdanegui Castillo 4 years ago

Thank you for your reply, I would like to know a clear example to remove the content from the table without damaging anything else, thanks in advance.

Anton Tananaev 4 years ago

Just do a normal DELETE SQL query. It shouldn't damage anything. We have proper constraints.