Set default component group view to 1
This commit is contained in:
@@ -27,7 +27,7 @@ class AlterTableComponentGroupsMakeColumnInteger extends Migration
|
|||||||
});
|
});
|
||||||
|
|
||||||
Schema::table('component_groups', function (Blueprint $table) {
|
Schema::table('component_groups', function (Blueprint $table) {
|
||||||
$table->integer('collapsed')->unsigned()->default(2)->after('order');
|
$table->integer('collapsed')->unsigned()->default(1)->after('order');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user