[Asterisk-code-review] alembic: Fix downgrade path. (asterisk[14.0])
Joshua Colp
asteriskteam at digium.com
Mon Aug 29 06:31:46 CDT 2016
Joshua Colp has uploaded a new change for review.
https://gerrit.asterisk.org/3750
Change subject: alembic: Fix downgrade path.
......................................................................
alembic: Fix downgrade path.
The 3772f8f828da version was referencing a previous version
that did not exist in the 14.0 branch. It has been fixed to
reference the correct previous version.
Change-Id: I004d0fcfdfe1d1bb6f01c6dac2b69f6b1f40ae51
---
M contrib/ast-db-manage/config/versions/3772f8f828da_update_identify_by.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/50/3750/1
diff --git a/contrib/ast-db-manage/config/versions/3772f8f828da_update_identify_by.py b/contrib/ast-db-manage/config/versions/3772f8f828da_update_identify_by.py
index 92695b0..b476bc0 100644
--- a/contrib/ast-db-manage/config/versions/3772f8f828da_update_identify_by.py
+++ b/contrib/ast-db-manage/config/versions/3772f8f828da_update_identify_by.py
@@ -8,7 +8,7 @@
# revision identifiers, used by Alembic.
revision = '3772f8f828da'
-down_revision = 'c7a44a5a0851'
+down_revision = '4a6c67fa9b7a'
from alembic import op
import sqlalchemy as sa
--
To view, visit https://gerrit.asterisk.org/3750
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I004d0fcfdfe1d1bb6f01c6dac2b69f6b1f40ae51
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 14.0
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
More information about the asterisk-code-review
mailing list