summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/Schema/Mysql.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Schema/Mysql.php b/app/Schema/Mysql.php
index d3c0d3b6..458fa81a 100644
--- a/app/Schema/Mysql.php
+++ b/app/Schema/Mysql.php
@@ -67,7 +67,7 @@ function version_92($pdo)
notification_type VARCHAR(50) NOT NULL,
PRIMARY KEY(id),
FOREIGN KEY(project_id) REFERENCES projects(id) ON DELETE CASCADE
- UNIQUE(project_id, notification_type),
+ UNIQUE(project_id, notification_type)
) ENGINE=InnoDB CHARSET=utf8
");
}