[Home]

Summary:ASTERISK-26227: sqlalchemy error due to long identifier name
Reporter:Mark Michelson (mmichelson)Labels:
Date Opened:2016-07-22 14:45:44Date Closed:2016-07-23 16:56:24
Priority:MinorRegression?No
Status:Closed/CompleteComponents:
Versions:Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description:When attempting to run alembic on the 13 branch, sqlalchemy complains:

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

The fix is pretty simple: change the index name to be less than 30 characters.
Comments: