whisper-money/database
Víctor Falcón cf9071c11b
fix(migration): make add_waitlist_columns migration idempotent (#200)
## Summary

- The `2026_03_04_085843_add_waitlist_columns_to_user_leads_table`
migration was failing on deploy because the `position`, `referral_code`,
and `referred_by_id` columns already existed in the production database.
- Wrapped each column addition with a `Schema::hasColumn()` guard so the
migration skips columns that already exist, making it safe to run
regardless of the current schema state.
2026-03-04 12:06:38 +00:00
..
factories feat(waitlist): waiting list with referral system (#199) 2026-03-04 12:36:47 +01:00
migrations fix(migration): make add_waitlist_columns migration idempotent (#200) 2026-03-04 12:06:38 +00:00
seeders Demo Account Experience (#51) 2026-01-07 10:58:14 +01:00
.gitignore Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00