mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-26 21:21:18 -08:00
Merge pull request #11040 from snipe/uberbrady-patch-2
Remove extraneous `{` in migration
This commit is contained in:
commit
72fe0d22ea
|
@ -13,7 +13,6 @@ class CreateCustomFieldCustomFieldset extends Migration
|
|||
public function up()
|
||||
{
|
||||
Schema::create('custom_field_custom_fieldset', function (Blueprint $table) {
|
||||
{
|
||||
$table->bigIncrements('id');
|
||||
$table->integer('custom_field_id');
|
||||
$table->integer('custom_fieldset_id');
|
||||
|
|
Loading…
Reference in a new issue