
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
10 lines
431 B
YAML
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.
|