Files
neonail-database/database/migrations
HousemannandClaude Sonnet 4.6 7a24e554b0 Fix duplicate is_admin migration class conflict
Both migration files shared the same class name causing a
"Class not found" error on fresh migrate runs. Made the first
(empty) file a true no-op and guarded the second with
Schema::hasColumn to safely skip if the column already exists.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-13 17:23:54 +02:00
..