diff options
author | Frédéric Guillot <fred@kanboard.net> | 2017-03-29 18:43:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-29 18:43:30 -0400 |
commit | 7ab70c4019f8c5603612c9609d9964ed0589159b (patch) | |
tree | ba648c04f59152d535bd500d921b54969cd783b5 /app/Schema/Sqlite.php | |
parent | a308f92c03cf4bcc304f05dc387ebd210732491e (diff) | |
parent | 4618594f73d5f8e00bfbb322f7994eb42a710dc7 (diff) |
Merge pull request #3163 from palica/patch-1
fix typo in project_activities migration
Diffstat (limited to 'app/Schema/Sqlite.php')
-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, |