heat/heat/db/sqlalchemy
Stephen Finucane 64621053c2 db: Migrate to alembic
This is significantly easier than Cinder, Nova etc. as Heat hasn't had
any database migrations in multiple cycles, meaning we don't need to
worry about having to apply any older sqlalchemy-migrate migrations
before switching to alembic. Instead, we simply need to determine we're
upgrading a deployment that was previously using sqlalchemy-migrate,
upgrading a deployment that has already migrated to alembic, or
deploying a new deployment, adjusting accordingly.

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: I808af9cb21ba21808209b1daddac7426f4cad310
2023-03-25 12:00:35 +09:00
..
migrate_repo Integrate pre-commit 2023-03-22 17:16:30 +00:00
migrations db: Migrate to alembic 2023-03-25 12:00:35 +09:00
__init__.py Stub out the database access API 2012-03-29 18:02:16 +02:00
alembic.ini db: Add initial alembic configuration 2023-03-23 11:01:07 +00:00
api.py db: Migrate to alembic 2023-03-25 12:00:35 +09:00
filters.py Remove six and python 2.7 full support 2020-04-22 12:23:44 +02:00
migration.py db: Migrate to alembic 2023-03-25 12:00:35 +09:00
models.py Remove db api and tables for CloudWatch 2018-01-28 09:35:07 +05:30
types.py Set cache_ok to avoid further SAWarning 2022-11-01 15:27:24 +09:00
utils.py db: Remove unused util methods 2023-03-23 10:33:46 +00:00