diff options
author | palica <pavol.cupka@gmail.com> | 2017-03-29 08:29:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-29 08:29:32 +0200 |
commit | 4618594f73d5f8e00bfbb322f7994eb42a710dc7 (patch) | |
tree | ba648c04f59152d535bd500d921b54969cd783b5 | |
parent | a308f92c03cf4bcc304f05dc387ebd210732491e (diff) |
fix typo in project_activities migration
-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, |