mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
service templates - jellyfrog fixes - dbchanged - DeviceGroup relates to Service Template
This commit is contained in:
@@ -47,9 +47,6 @@ class CreateServicesTemplateTable extends Migration
|
||||
$table->unsignedInteger('service_template_id')->unsigned()->index();
|
||||
$table->primary(['device_group_id', 'service_template_id']);
|
||||
});
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -75,7 +72,5 @@ class CreateServicesTemplateTable extends Migration
|
||||
});
|
||||
}
|
||||
Schema::drop('device_group_device');
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user