fix stat query
This commit is contained in:
@ -94,8 +94,8 @@ CREATE TABLE IF NOT EXISTS "logbook" (
|
||||
"boat_id" INTEGER NOT NULL REFERENCES boat(id),
|
||||
"shipmaster" INTEGER NOT NULL REFERENCES user(id), -- null: club is owner
|
||||
"shipmaster_only_steering" boolean not null,
|
||||
"departure" text not null,
|
||||
"arrival" text, -- None -> ship is on water
|
||||
"departure" datetime not null,
|
||||
"arrival" datetime, -- None -> ship is on water
|
||||
"destination" text,
|
||||
"distance_in_km" integer,
|
||||
"comments" text,
|
||||
|
Reference in New Issue
Block a user