fix SQL init

This commit is contained in:
2024-12-30 19:28:41 +01:00
parent 35cac7bb0d
commit ba8fb18b67
3 changed files with 15 additions and 1 deletions

View File

@ -47,7 +47,7 @@ CREATE TABLE IF NOT EXISTS ttn_gateway_reception (
CREATE TABLE IF NOT EXISTS location (
location_id UUID PRIMARY KEY,
lp_ttn_end_device_uplinks_id UUID,lp_ttn_end_device_uplinks
lp_ttn_end_device_uplinks_id UUID,
wifi_latitude DOUBLE,
wifi_longitude DOUBLE,
gnss_latitude DOUBLE,