]> git.ipfire.org Git - thirdparty/asterisk.git/commit
alembic: Fix migration. 30/2930/1
authorJoshua Colp <jcolp@digium.com>
Thu, 2 Jun 2016 09:59:06 +0000 (06:59 -0300)
committerJoshua Colp <jcolp@digium.com>
Thu, 2 Jun 2016 09:59:06 +0000 (06:59 -0300)
commitcda33854091eabf243dee228b92da3fcaa5bb5e3
treef5517489e64504b3972e9aafa1a539f848b963a2
parent4665aa89e3714d076bfd7601489e927d42044490
alembic: Fix migration.

The 81b01a191a46_pjsip_add_contact_reg_server.py script was attempting
to use UniqueConstraint and failing. It was not imported and after
importing it also continued to fail.

I've changed the script to use the explicit name of the constraint
instead.

Change-Id: I2438b0be90b7ce583b47dd27983c0c1a02cea5b9
contrib/ast-db-manage/config/versions/81b01a191a46_pjsip_add_contact_reg_server.py