]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix sqlalchemy error regarding identifier length. 16/3316/1
authorMark Michelson <mmichelson@digium.com>
Fri, 22 Jul 2016 19:44:50 +0000 (14:44 -0500)
committerMark Michelson <mmichelson@digium.com>
Fri, 22 Jul 2016 19:46:54 +0000 (14:46 -0500)
commit46b4e673aed2c973884c09b8002467f6f87ea50a
treea1830b29532769c9d59cf8c123945ae8aba2b62a
parentf8142aba27bca020d9a9ed39f70be90461040dc4
Fix sqlalchemy error regarding identifier length.

sqlalchemy was complaining:

sqlalchemy.exc.IdentifierError: Identifier
'ps_contacts_qualifyfreq_exptime' exceeds maximum length of 30
characters

This fixes the problem by changing the index name to be
"ps_contacts_qualifyfreq_exp" instead.

ASTERISK-26227 #close
Reported by Mark Michelson

Change-Id: I0ed784f87504be2a59ee8d3242ef6f625d5ed1a9
contrib/ast-db-manage/config/versions/ef7efc2d3964_ps_contacts_add_endpoint_and_modify_.py