fix typo in project_activities migration

This commit is contained in:
palica 2017-03-29 08:29:32 +02:00 committed by GitHub
parent a308f92c03
commit 4618594f73
1 changed files with 1 additions and 1 deletions

View File

@ -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,