|
|
@@ -24,7 +24,7 @@ class CreateStationTaskChildren2 extends Migration
|
|
|
Schema::table('station_tasks', function (Blueprint $table) {
|
|
|
$table->dropColumn('station_taskable_type');
|
|
|
$table->dropColumn('station_taskable_id');
|
|
|
- $table->dropIndex('station_taskable_type');
|
|
|
+// $table->dropIndex('station_taskable_type');
|
|
|
});
|
|
|
}
|
|
|
|