small fixes and refactoring
This commit is contained in:
@@ -75,7 +75,7 @@ CREATE TABLE "abwesenheiten" (
|
||||
"counter_id" bigserial PRIMARY KEY,
|
||||
"card_uid" varchar(255),
|
||||
"abwesenheit_typ" int2,
|
||||
"datum" timestamptz(6) DEFAULT NOW()::DATE,
|
||||
"datum" timestamptz(6) DEFAULT NOW()::DATE
|
||||
);
|
||||
|
||||
-- Adds crypto extension
|
||||
|
||||
Reference in New Issue
Block a user