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'); + }); + + } + +}