fix bad table name in drop

This commit is contained in:
2023-04-11 13:14:57 +10:00
parent 4a43c152d5
commit 1578a2b8d1

View File

@@ -30,6 +30,6 @@ return new class extends Migration
*/
public function down()
{
Schema::dropIfExists('media_attachments');
Schema::dropIfExists('attachments');
}
};