zuul/releasenotes/notes/version-table-prefix-c6a5e84851268f4d.yaml
James E. Blair 41d8e478a5 Remove "sql connection" backwards compatability for database
In 4.0 we deprecated connections using the "sql" driver in favor of
using the new "database" config file section.  Remove the backwards
compatible handling of that so that "sql" connections or lack of
"database" section report an error.

Change-Id: I7e592cf5ff63f73f487e41bb6e3e4a4ae523e3fc
2022-01-25 16:07:08 -08:00

10 lines
431 B
YAML

---
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.