fix SQL init
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user