blockerbugs/alembic
Kamil Páral bccf45430c DB: drop UserInfo table
We no longer need the `UserInfo` table. Bugzilla credentials are not checked at
the moment (and even if we start to use them again, we'll probably don't need to
validate them), and API keys are not used at all.

This also solves a DeprecationWarning that the `crypt` module (used inside
`UserInfo`) will be removed from Python soon.
2023-01-24 15:13:15 +01:00
..
versions DB: drop UserInfo table 2023-01-24 15:13:15 +01:00
env.py revert alembic env changes 2013-08-16 02:46:47 +06:00
script.py.mako Add support for alembic 2013-02-05 16:24:02 +01:00