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);
use App\Core\Database;
return function (Database $db): void {
$db->raw("
ALTER TABLE player_medical_records
ADD COLUMN approved_by BIGINT UNSIGNED NULL,
ADD COLUMN approved_at DATETIME NULL
");
// approved_by and approved_at already exist from Phase_52_004
// This migration is retained as a no-op to keep the sequence consistent
};
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