[Asterisk-code-review] pjsip: Added "reg server" to contacts (fixed alembic) (asterisk[13])

Anonymous Coward asteriskteam at digium.com
Thu May 5 13:15:17 CDT 2016


Anonymous Coward #1000019 has submitted this change and it was merged.

Change subject: pjsip: Added "reg_server" to contacts (fixed alembic)
......................................................................


pjsip: Added "reg_server" to contacts (fixed alembic)

ASTERISK-25931

Change-Id: Icc4321a88f5c93ff809da3f372eebbf69c6a8549
---
M contrib/ast-db-manage/config/versions/81b01a191a46_pjsip_add_contact_reg_server.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/81b01a191a46_pjsip_add_contact_reg_server.py b/contrib/ast-db-manage/config/versions/81b01a191a46_pjsip_add_contact_reg_server.py
index 8bd151b..c25fc72 100644
--- a/contrib/ast-db-manage/config/versions/81b01a191a46_pjsip_add_contact_reg_server.py
+++ b/contrib/ast-db-manage/config/versions/81b01a191a46_pjsip_add_contact_reg_server.py
@@ -21,5 +21,5 @@
 
 def downgrade():
     op.drop_constraint('ps_contacts_uq', 'ps_contacts', type_='unique')
-    op.drop_column('reg_server')
+    op.drop_column('ps_contacts', 'reg_server')
     op.create_unique_constraint(None, 'ps_contacts', 'id')

-- 
To view, visit https://gerrit.asterisk.org/2761
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Icc4321a88f5c93ff809da3f372eebbf69c6a8549
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Alexei Gradinari <alex2grad at gmail.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>



More information about the asterisk-code-review mailing list