Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
db: rename_table is not a batch operation
This is reported upstream [1] but I suspect the root cause is that we were relying on a bug in Alembic: renaming tables doesn't really make sense as a batch operation, which by definition works by recreating tables with an updated schema (to support SQLite and its lack of full 'ALTER' support). [1] sqlalchemy/alembic#1453 Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Change-Id: I1da6d117778bbbad64b2df2dfd2f8aeef8a7084c
- Loading branch information