einfache Reservierung möglich

This commit is contained in:
mbremer
2021-07-04 20:02:08 +02:00
parent 825363e491
commit 166871165f
10 changed files with 269 additions and 17 deletions

View File

@@ -9,6 +9,6 @@ create table users (
create table kalendertag (
id bigint not null primary key,
date date not null unique,
inoffice_id bigint not null references users
day date not null unique,
inoffice_id bigint references users
);