service templates - jellyfrog fixes - dbchanged - DeviceGroup relates to Service Template

This commit is contained in:
Anthony F McInerney
2020-10-21 14:32:56 +01:00
parent 94aaaf7976
commit dd019c3105

View File

@@ -47,9 +47,6 @@ class CreateServicesTemplateTable extends Migration
$table->unsignedInteger('service_template_id')->unsigned()->index(); $table->unsignedInteger('service_template_id')->unsigned()->index();
$table->primary(['device_group_id', 'service_template_id']); $table->primary(['device_group_id', 'service_template_id']);
}); });
} }
/** /**
@@ -75,7 +72,5 @@ class CreateServicesTemplateTable extends Migration
}); });
} }
Schema::drop('device_group_device'); Schema::drop('device_group_device');
} }
} }