designate/designate/storage/impl_sqlalchemy/alembic
Igor Malinovskiy f39704dcd8 Implement sharing of zones
Author: Igor Malinovskiy <u.glide@gmail.com>
Co-Authored-By: Sergey Drozdov <sergey.drozdov.dev@gmail.com, sergey.drozdov93@thehutgroup.com>
Co-Authored-By: Michael Johnson <johnsomor@gmail.com>

Change-Id: Ibd780f3c695a95be00ff97d7736d5a0bebea79b9
Closes-Bug: #1714088
Depends-On: https://review.opendev.org/c/openstack/designate-tempest-plugin/+/872069
2023-02-14 01:54:15 +00:00
..
versions Implement sharing of zones 2023-02-14 01:54:15 +00:00
README Switch Designate to Alembic database migrations 2022-08-04 17:15:09 +00:00
env.py Switch Designate to Alembic database migrations 2022-08-04 17:15:09 +00:00
legacy_utils.py Switch Designate to Alembic database migrations 2022-08-04 17:15:09 +00:00
script.py.mako Switch Designate to Alembic database migrations 2022-08-04 17:15:09 +00:00

README

Please use the "designate-manage database" command for database management.

Developers adding new migrations can run 'alembic -m "<migration title>"' from
the designate/storage/impl_sqlalchemy directory where the alembic.ini file is
located.