Resolve branches in db migration scripts to G-3 release

Fixes bug #1129260

Change-Id: I5c70ee6d464f8fc0b2e4cdb4fc07464e150e10ff
This commit is contained in:
Akihiro MOTOKI 2013-02-20 16:00:44 +09:00
parent 41ac2e6593
commit c9cb3dc184
4 changed files with 8 additions and 8 deletions

View File

@ -18,14 +18,14 @@
"""Support routring table configration on Router """Support routring table configration on Router
Revision ID: 1c33fa3cd1a1 Revision ID: 1c33fa3cd1a1
Revises: 1d76643bcec4 Revises: 45680af419f9
Create Date: 2013-01-17 14:35:09.386975 Create Date: 2013-01-17 14:35:09.386975
""" """
# revision identifiers, used by Alembic. # revision identifiers, used by Alembic.
revision = '1c33fa3cd1a1' revision = '1c33fa3cd1a1'
down_revision = '1d76643bcec4' down_revision = '45680af419f9'
# Change to ['*'] if this migration applies to all plugins # Change to ['*'] if this migration applies to all plugins

View File

@ -18,14 +18,14 @@
"""nvp_network_gw """nvp_network_gw
Revision ID: 363468ac592c Revision ID: 363468ac592c
Revises: 38335592a0dc Revises: 1c33fa3cd1a1
Create Date: 2013-02-07 03:19:14.455372 Create Date: 2013-02-07 03:19:14.455372
""" """
# revision identifiers, used by Alembic. # revision identifiers, used by Alembic.
revision = '363468ac592c' revision = '363468ac592c'
down_revision = '38335592a0dc' down_revision = '1c33fa3cd1a1'
# Change to ['*'] if this migration applies to all plugins # Change to ['*'] if this migration applies to all plugins

View File

@ -18,14 +18,14 @@
"""NEC plugin sharednet """NEC plugin sharednet
Revision ID: 3b54bf9e29f7 Revision ID: 3b54bf9e29f7
Revises: 54c2c487e913 Revises: 511471cc46b
Create Date: 2013-02-17 09:21:48.287134 Create Date: 2013-02-17 09:21:48.287134
""" """
# revision identifiers, used by Alembic. # revision identifiers, used by Alembic.
revision = '3b54bf9e29f7' revision = '3b54bf9e29f7'
down_revision = '54c2c487e913' down_revision = '511471cc46b'
# Change to ['*'] if this migration applies to all plugins # Change to ['*'] if this migration applies to all plugins

View File

@ -18,14 +18,14 @@
"""Add agent management extension model support """Add agent management extension model support
Revision ID: 511471cc46b Revision ID: 511471cc46b
Revises: 54c2c487e913 Revises: 363468ac592c
Create Date: 2013-02-18 05:09:32.523460 Create Date: 2013-02-18 05:09:32.523460
""" """
# revision identifiers, used by Alembic. # revision identifiers, used by Alembic.
revision = '511471cc46b' revision = '511471cc46b'
down_revision = '54c2c487e913' down_revision = '363468ac592c'
# Change to ['*'] if this migration applies to all plugins # Change to ['*'] if this migration applies to all plugins