add first draft of logbook
This commit is contained in:
@ -98,7 +98,7 @@ CREATE TABLE IF NOT EXISTS "logbook" (
|
||||
"destination" text,
|
||||
"distance_in_km" integer,
|
||||
"comments" text,
|
||||
"type" INTEGER REFERENCES logbook_type(id)
|
||||
"logtype" INTEGER REFERENCES logbook_type(id)
|
||||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS "rower" (
|
||||
|
Reference in New Issue
Block a user