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:
@@ -34,7 +34,7 @@ class CreateServicesTemplateTable extends Migration
|
||||
$table->unsignedInteger('service_template_changed')->default(0);
|
||||
});
|
||||
Schema::create('service_templates_perms', function (Blueprint $table) {
|
||||
$table->id->first()();
|
||||
$table->id()->first();
|
||||
$table->unsignedInteger('user_id')->index();
|
||||
$table->unsignedInteger('service_template_id');
|
||||
});
|
||||
@@ -48,7 +48,6 @@ class CreateServicesTemplateTable extends Migration
|
||||
$table->primary(['device_group_id', 'service_template_id']);
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Reverse the migrations.
|
||||
*
|
||||
|
Reference in New Issue
Block a user