Reorganize project structure

This commit is contained in:
Markus Zimmerberger
2024-11-19 09:22:39 +01:00
parent 48d06341ef
commit 7d76e217f1
13 changed files with 142 additions and 68 deletions
+4
View File
@@ -0,0 +1,4 @@
CREATE TABLE zisco.time_recordings (
id INT AUTO_INCREMENT PRIMARY KEY,
project_id INT
);