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 categories table schema with model
The `categories` table schema in the database seeder was missing the `icon_url` column, which is present in the `Category` data model. This caused a mismatch between the model and the database layer.
This change adds the `icon_url` column to the `CREATE TABLE` and `INSERT` statements in the `DatabaseSeedingService`, ensuring the schema is fully synchronized with the model.
0 commit comments