nova/nova/db
Stephen Finucane f0175a346a db: Compact Stein database migrations
Compact Stein database migrations into a single migration,
'390_stein.py'.

Users will now need to update to Stein before updating to Train or
later.

Specific changes include:

- Add 'volume_type' column to 'block_device_mapping' table (391)

Note that this change is unusual in that there are no placeholder
migrations to clean up from the previous release. This is because we
forgot to include them during the Rocky release.

When testing, the previous base version was 390. It is now 391.

Change-Id: Id77311b7b46b8230c0ce23f8eeb8d4dca7b38e88
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2021-01-07 11:47:44 +00:00
..
sqlalchemy db: Compact Stein database migrations 2021-01-07 11:47:44 +00:00
__init__.py Use nova.db.api directly 2018-07-10 14:56:27 +00:00
api.py objects: Remove Agent, AgentList 2020-09-11 14:10:32 +01:00
base.py Use nova.db.api directly 2018-07-10 14:56:27 +00:00
constants.py Move db MAX constants to own file 2018-03-01 11:09:29 +00:00
migration.py Manage db sync command for cell0 2016-08-22 18:53:45 +03:00