Enable systems to configure their packet type
This commit is contained in:
@@ -29,6 +29,8 @@ return new class extends Migration
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
//
|
||||
Schema::table('files',function (Blueprint $table) {
|
||||
$table->dropUnique(['filearea_id','name']);
|
||||
});
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user