added booking types + working on overtime
This commit is contained in:
@@ -8,7 +8,7 @@ CREATE TABLE "anwesenheit" (
|
||||
"card_uid" character varying(255) NOT NULL,
|
||||
"check_in_out" smallint NOT NULL,
|
||||
"geraet_id" smallint NULL,
|
||||
-- "anwesenheit_typ" int2,
|
||||
"anwesenheit_typ" int2,
|
||||
PRIMARY KEY ("counter_id")
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user