Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
AuthToken.API_KEY
SQL ENUM (#3398)
PBENCH-1136 Stage one: this doesn't fix the API key encryption problem (Nikhil is working on that), but this adds the missing SQL ENUM value. Rather than creating a new Alembic revision file (which would be the normal process) I decided to keep this simple by updating the general API KEY revision file. As we have no database deployments we'll need to upgrade over this period, this strategy avoids adding another revision to the tree.
- Loading branch information