Fix the alembic migration for vnf_software_images column types

Change 731636 [1] was merged without merging the alembic branches nor
updating the source revision. Precisely speaking, when the Patch Set
12 for Change 731636 [1] was rebased to the master branch, the source
code gets to contain the migration file for Change 756703 [2], though
no proper fix has been done. Afterwards the migration "alter min_ram,
min_disk columns of vnf_software_images" becomes ignored.

[1]: https://review.opendev.org/#/c/731636
[2]: https://review.opendev.org/#/c/756703/

Change-Id: Ibf71848d0feca6e0c5c244fbc20d3b6d007d45b3
This commit is contained in:
Koichiro Den
2020-11-10 22:58:52 +09:00
parent 87a0d960b2
commit 7b5464e5a8
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
"""alter min_ram, min_disk columns of vnf_software_images
Revision ID: 329cd1619d41
Revises: d2e39e01d540
Revises: d25c7c865ce8
Create Date: 2020-05-28 03:54:52.871841
"""
@@ -26,7 +26,7 @@ import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = '329cd1619d41'
down_revision = '329cd1619d41'
down_revision = 'd25c7c865ce8'
def upgrade(active_plugins=None, options=None):

View File

@@ -1 +1 @@
d25c7c865ce8
329cd1619d41