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
6 additional model files still use postgresql.UUID alongside JSONB import. Split needed: keep JSONB from postgresql, move UUID to sqlalchemy.types.Uuid. Files: user.py, audit.py, organization.py, api_key.py, team.py, sso.py. Discovered during #2495.