Error creating a Notification

ilevans5 years ago

When I try and create a notification for entering a geofence, I receive the following ERROR.

Invalid parameters or constraint violation
Invalid column name 'notificators'. - SQLServerException (... < QueryBuilder:480 < DataManager:458 < BaseObjectManager:90 < ...)

I am running the latest version of Traccar.

Anton Tananaev5 years ago

Looks like your database schema is out of date.

ilevans5 years ago

I am running MS SQL.
Is there a procedure for fixing the schema?

alter table dbo.tc_notifications
add notificators varchar(128) null

ilevans5 years ago

Thanks Arkom, that worked nicely.