Commit 566d99b6 authored by Mahmoud Aglan's avatar Mahmoud Aglan

Fix Phase_66_004 migration — columns already exist from Phase_52_004

Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
parent 08409942
...@@ -4,9 +4,6 @@ declare(strict_types=1); ...@@ -4,9 +4,6 @@ declare(strict_types=1);
use App\Core\Database; use App\Core\Database;
return function (Database $db): void { return function (Database $db): void {
$db->raw(" // approved_by and approved_at already exist from Phase_52_004
ALTER TABLE player_medical_records // This migration is retained as a no-op to keep the sequence consistent
ADD COLUMN approved_by BIGINT UNSIGNED NULL,
ADD COLUMN approved_at DATETIME NULL
");
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment