This commit is contained in:
philipp 2023-11-09 08:58:09 +01:00
parent 715fae59fc
commit d1edec2833
2 changed files with 1 additions and 2 deletions

View File

@ -79,7 +79,7 @@ CREATE TABLE IF NOT EXISTS "boat" (
"year_built" INTEGER,
"boatbuilder" TEXT,
"default_shipmaster_only_steering" boolean default false not null,
"default_location" text,
"default_destination" text,
"skull" boolean default true NOT NULL, -- false => riemen
"external" boolean default false NOT NULL -- false => owned by different club
);

View File

@ -1 +0,0 @@
ALTER TABLE boat ADD COLUMN "default_destination" TEXT;