You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(api): align countries table schema with data model
The `countries` table schema was not synchronized with the `Country` model, using an incorrect `code` column and missing `flag_url`, `status`, and `type`. This caused a crash during database seeding.
This change updates the `countries` table schema and its corresponding seeding logic to perfectly mirror the `Country` model. This resolves the final schema mismatch and allows the server to start successfully.
0 commit comments