diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Schema/Sqlite.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Schema/Sqlite.php b/app/Schema/Sqlite.php index 2d35b99e..3b2feccc 100644 --- a/app/Schema/Sqlite.php +++ b/app/Schema/Sqlite.php @@ -951,7 +951,7 @@ function version_33(PDO $pdo) id INTEGER PRIMARY KEY, date_creation INTEGER NOT NULL, event_name TEXT NOT NULL, - creator_id INTEGE NOT NULL, + creator_id INTEGER NOT NULL, project_id INTEGER NOT NULL, task_id INTEGER NOT NULL, data TEXT, |