Update tt and create.sql

This commit is contained in:
2023-02-25 23:11:29 +01:00
parent 1a4150789f
commit 87dcad6ad9
2 changed files with 3 additions and 1 deletions

View File

@ -286,6 +286,7 @@ CREATE TABLE member (
phone_mobile_2 TEXT CHECK (phone_mobile_2 REGEXP '^\+[0-9]+$') DEFAULT NULL,
default_kgnr INTEGER CHECK (NOT active OR default_kgnr IS NOT NULL),
default_contact TEXT NOT NULL CHECK (default_contact IN ('email', 'post')) DEFAULT 'post',
comment TEXT DEFAULT NULL,
CONSTRAINT pk_member PRIMARY KEY (mgnr),

View File

@ -34,3 +34,4 @@ date;from;to;hours;category;name
2023-02-24;10:00;12:00;2;import;Flächenbindungen
2023-02-24;14:00;15:30;1.5;import;Flächenbindungen
2023-02-24;17:00;18:15;1.25;import;Riede
2023-02-25;19:45;23:15;3.5;wpf;Member List Window

Can't render this file because it has a wrong number of fields in line 27.