implement is_locked for trip_details
This commit is contained in:
@ -26,6 +26,7 @@ CREATE TABLE IF NOT EXISTS "trip_details" (
|
||||
"allow_guests" boolean NOT NULL default false,
|
||||
"notes" TEXT,
|
||||
"always_show" boolean NOT NULL default false,
|
||||
"is_locked" boolean NOT NULL default false,
|
||||
"trip_type_id" INTEGER REFERENCES trip_type(id) ON DELETE CASCADE
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user