]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjsip realtime: increase the size of some columns
authorKevin Harwell <kharwell@digium.com>
Thu, 24 Apr 2014 14:37:11 +0000 (14:37 +0000)
committerKevin Harwell <kharwell@digium.com>
Thu, 24 Apr 2014 14:37:11 +0000 (14:37 +0000)
commit8ad8ffeb8191a7c629769a9c55aaf41556b685ef
tree8f74f051a98ab5045d1c6cbaa22ed11e1b88e329
parent9400ad29ee7abe432469e78bbf25a18d3aa17ac1
pjsip realtime: increase the size of some columns

The string lengths on certain columns created through alembic for PJSIP were
too short. For instance, columns containing URIs are currently set to 40
characters, but this can be too small and result in truncated values.  Added
an alembic migration script that increases the size of these columns and a
few others to 255.

ASTERISK-23639 #close
Reported by: Mark Michelson
Review: https://reviewboard.asterisk.org/r/3475/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@412992 65c4cc65-6c06-0410-ace0-fbb531ad65f3
contrib/ast-db-manage/config/versions/e96a0b8071c_increase_pjsip_column_size.py [new file with mode: 0644]