Default zone only when default=true
This commit is contained in:
@@ -27,7 +27,7 @@ class DefaultRoute extends Migration
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
DB::statement("DROP UNIQUE INDEX default_zone");
|
||||
DB::statement("DROP INDEX default_zone");
|
||||
|
||||
Schema::table('system_zone', function (Blueprint $table) {
|
||||
$table->dropColumn('default');
|
||||
|
Reference in New Issue
Block a user