2 -- File ID: 21f7f30e-fafb-11dd-8266-000475e441b9
20 cmt text, -- GPS waypoint comment. Sent to the GPS as comment.
21 descr text, -- A text description. Additional info intended for the user, not the GPS.
28 CREATE TABLE wayp_new (
34 cmt text, -- GPS waypoint comment. Sent to the GPS as comment.
35 descr text, -- A text description. Additional info intended for the user, not the GPS.
42 CREATE TABLE wayp_rej (
48 cmt text, -- GPS waypoint comment. Sent to the GPS as comment.
49 descr text, -- A text description. Additional info intended for the user, not the GPS.
56 CREATE TABLE tmpwayp AS
57 SELECT * FROM wayp LIMIT 0;
63 begindate timestamp, -- Pretty exact time when starting
64 enddate timestamp, -- Pretty exact time when ending
72 CREATE TABLE pictures (
100 lastupdate timestamp,