From 79ff67852fc3bb741cedc8738118e2cd5d4550e8 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 18 Jan 2015 09:48:48 +0100 Subject: [PATCH] Deleted an old unique index. --- .../2015_01_18_082406_changes_for_325.php | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 app/database/migrations/2015_01_18_082406_changes_for_325.php diff --git a/app/database/migrations/2015_01_18_082406_changes_for_325.php b/app/database/migrations/2015_01_18_082406_changes_for_325.php new file mode 100644 index 0000000000..7c86443bb9 --- /dev/null +++ b/app/database/migrations/2015_01_18_082406_changes_for_325.php @@ -0,0 +1,43 @@ +dropIndex('unique_ci_combo'); + $table->dropUnique('unique_ci_combi'); + }); + + } + +}