Added setting for closing days.

This commit is contained in:
2024-05-26 21:07:09 +02:00
parent 084911c992
commit 9f9b716781
8 changed files with 236 additions and 50 deletions
+5
View File
@@ -0,0 +1,5 @@
CREATE TABLE closing_time (
id SERIAL PRIMARY KEY,
from_date DATE,
to_date DATE
)