allow deletion of boat
This commit is contained in:
@ -101,7 +101,8 @@ CREATE TABLE IF NOT EXISTS "boat" (
|
||||
"default_shipmaster_only_steering" boolean default false not null,
|
||||
"default_destination" text,
|
||||
"skull" boolean default true NOT NULL, -- false => riemen
|
||||
"external" boolean default false NOT NULL -- false => owned by different club
|
||||
"external" boolean default false NOT NULL, -- false => owned by different club
|
||||
"deleted" boolean NOT NULL DEFAULT FALSE
|
||||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS "logbook_type" (
|
||||
|
Reference in New Issue
Block a user