[asterisk-commits] alembic: Fix downgrade path. (asterisk[14.0])

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Aug 29 07:26:20 CDT 2016


Joshua Colp has submitted this change and it was merged.

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(-)

Approvals:
  Anonymous Coward #1000019: Verified
  Joshua Colp: Looks good to me, approved



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: merged
Gerrit-Change-Id: I004d0fcfdfe1d1bb6f01c6dac2b69f6b1f40ae51
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 14.0
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>



More information about the asterisk-commits mailing list