From 4618594f73d5f8e00bfbb322f7994eb42a710dc7 Mon Sep 17 00:00:00 2001 From: palica Date: Wed, 29 Mar 2017 08:29:32 +0200 Subject: fix typo in project_activities migration --- app/Schema/Sqlite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3