Skip to content

Commit

Permalink
Dev: Double primary key declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Oct 12, 2017
1 parent e23c1dd commit 999d4db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/helpers/update/updatedb_helper.php
Expand Up @@ -625,7 +625,6 @@ function createSurveyMenuTable293($oDB) {
"changed_by" => "int NOT NULL DEFAULT '0'",
"created_at" => "datetime DEFAULT NULL",
"created_by" => "int NOT NULL DEFAULT '0'",
"PRIMARY KEY (id)",
"FOREIGN KEY (menu_id) REFERENCES {{surveymenu}} (id) ON DELETE CASCADE"
));

Expand Down

0 comments on commit 999d4db

Please sign in to comment.