We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm installing new version of traccar 3.3 with MySQL.
There have no data on table positions because an error below.
positions
WARN: Field 'deviceId' doesn't have a default value - SQLException (... < QueryBuilder:431 < DataManager:307 < DefaultDataHandler:27 < ...)
I'm missing something?
<!-- for 3.2 and 3.3 --> <entry key='database.insertPosition'> INSERT INTO positions (device_id, protocol, serverTime, time, valid, latitude, longitude, altitude, speed, course, address, other) VALUES (:deviceId, :protocol, CURRENT_TIMESTAMP(), :time, :valid, :latitude, :longitude, :altitude, :speed, :course, :address, :attributes); </entry>
The text was updated successfully, but these errors were encountered:
It seems to be working..
Sorry, something went wrong.
No branches or pull requests
I'm installing new version of traccar 3.3 with MySQL.
There have no data on table
positions
because an error below.I'm missing something?
The text was updated successfully, but these errors were encountered: