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(migration): use TEXT type for configuration category junction FKs
The referenced tables (model_configuration, model_configuration_setup,
model_category) use TEXT primary keys, not UUID. Fixes migration failure
due to incompatible FK column types.
0 commit comments