kahu-signalk 0.0.11 → 0.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,7 +6,7 @@ create table if not exists target (
|
|
|
6
6
|
create table if not exists target_position (
|
|
7
7
|
id integer primary key autoincrement,
|
|
8
8
|
timestamp datetime default current_timestamp,
|
|
9
|
-
target_id integer references target(
|
|
9
|
+
target_id integer references target(target_id),
|
|
10
10
|
target_distance float,
|
|
11
11
|
target_bearing float,
|
|
12
12
|
target_bearing_unit text,
|