mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add service templates
This commit is contained in:
@@ -27,7 +27,7 @@ class CreateServicesTemplateTable extends Migration
|
||||
});
|
||||
Schema::table('services', function (Blueprint $table) {
|
||||
$table->unsignedInteger('service_template_id')->default(0);
|
||||
$table->string('service_name');
|
||||
$table->string('service_name')->nullable()->default(null);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user