forked from Ruderverein-Donau-Linz/rowt
fix db
This commit is contained in:
parent
715fae59fc
commit
d1edec2833
@ -79,7 +79,7 @@ CREATE TABLE IF NOT EXISTS "boat" (
|
|||||||
"year_built" INTEGER,
|
"year_built" INTEGER,
|
||||||
"boatbuilder" TEXT,
|
"boatbuilder" TEXT,
|
||||||
"default_shipmaster_only_steering" boolean default false not null,
|
"default_shipmaster_only_steering" boolean default false not null,
|
||||||
"default_location" text,
|
"default_destination" text,
|
||||||
"skull" boolean default true NOT NULL, -- false => riemen
|
"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
|
||||||
);
|
);
|
||||||
|
@ -1 +0,0 @@
|
|||||||
ALTER TABLE boat ADD COLUMN "default_destination" TEXT;
|
|
Loading…
x
Reference in New Issue
Block a user