summaryrefslogtreecommitdiff
path: root/releasenotes/notes/version-table-prefix-c6a5e84851268f4d.yaml
blob: afe6270fff6a3d6d533c2ac807c2c3ed384fe9f3 (plain)
1
2
3
4
5
6
7
8
9
---
upgrade:
  - |
    The alembic version table is fixed to being prefixed too. This is necessary
    when using ``table_prefix``. However if you are
    already using ``table_prefix`` you will need to rename the table
    ``alembic_version`` to ``<prefix>alembic_version`` before starting Zuul.
    Otherwise zuul will try to create the tables again and fail. If you're not
    using ``table_prefix`` you can safely ignore this.