fix db
This commit is contained in:
		@@ -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
 | 
			
		||||
);
 | 
			
		||||
 
 | 
			
		||||
@@ -1 +0,0 @@
 | 
			
		||||
ALTER TABLE boat ADD COLUMN "default_destination" TEXT;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user