Enable systems to configure their packet type

This commit is contained in:
2023-06-26 21:19:42 +12:00
parent a26f61d75d
commit 75549590fc
8 changed files with 63 additions and 11 deletions

View File

@@ -29,6 +29,8 @@ return new class extends Migration
*/
public function down()
{
//
Schema::table('files',function (Blueprint $table) {
$table->dropUnique(['filearea_id','name']);
});
}
};