Weekly_report fixed for real this time

This commit is contained in:
dDogge 2024-03-17 19:58:44 +01:00
parent b93df693d2
commit 8a34fc07fa

View file

@ -1,4 +1,4 @@
CREATE TABLE weekly_reports IF NOT EXISTS(
CREATE TABLE IF NOT EXISTS weekly_reports(
report_id INTEGER PRIMARY KEY AUTOINCREMENT,
user_id INTEGER NOT NULL,
project_id INTEGER NOT NULL,