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
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO [alembic.runtime.migration] Will assume transactional DDL.
INFO [alembic.autogenerate.compare] Detected removed table 'roles_admins'
INFO [alembic.autogenerate.compare] Detected removed table 'admin'
INFO [alembic.autogenerate.compare] Detected removed table 'role'
INFO [alembic.autogenerate.compare] Detected added unique constraint None on '('id',)'
or am i missing something?
The text was updated successfully, but these errors were encountered:
When running
alembic revision --autogenerate -m "New model"
it does not detect admin models
or am i missing something?
The text was updated successfully, but these errors were encountered: