forked from Ruderverein-Donau-Linz/rowt
allow 'deletion' of user
This commit is contained in:
@ -4,7 +4,8 @@ CREATE TABLE IF NOT EXISTS "user" (
|
||||
"pw" text,
|
||||
"is_cox" boolean NOT NULL DEFAULT FALSE,
|
||||
"is_admin" boolean NOT NULL DEFAULT FALSE,
|
||||
"is_guest" boolean NOT NULL DEFAULT TRUE
|
||||
"is_guest" boolean NOT NULL DEFAULT TRUE,
|
||||
"deleted" boolean NOT NULL DEFAULT FALSE
|
||||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS "trip_details" (
|
||||
|
Reference in New Issue
Block a user