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:
@@ -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):
|
||||
|
||||
@@ -1 +1 @@
|
||||
d25c7c865ce8
|
||||
329cd1619d41
|
||||
|
||||
Reference in New Issue
Block a user