From 11f16bce82d4bbfd8dc30342eaab59de12c5421d Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 17 Oct 2015 22:33:23 -0400 Subject: Fix typo in schema declaration --- app/Schema/Mysql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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 "); } -- cgit v1.2.3