Increase queue name limit

Moderator: crythias

Post Reply
otresi
Znuny newbie
Posts: 84
Joined: 02 Sep 2014, 10:49
Znuny Version: OTRS 5.0.8

Increase queue name limit

Post by otresi »

Hi,

Does it possible to increase size of queue name, current size is 50.
Thanks a lot
OTRS 5 /
otresi
Znuny newbie
Posts: 84
Joined: 02 Sep 2014, 10:49
Znuny Version: OTRS 5.0.8

Re: Increase queue name limit

Post by otresi »

Any help?
OTRS 5 /
alexus
Znuny wizard
Posts: 380
Joined: 20 Sep 2010, 16:54
Znuny Version: OTRS 6 CE
Real Name: Alexey Yusov
Company: Radiant System Group s.r.o
Location: Prague
Contact:

Re: Increase queue name limit

Post by alexus »

https://github.com/OTRS/otrs/blob/maste ... .mysql.sql

Code: Select all

CREATE TABLE queue (
    id INTEGER NOT NULL AUTO_INCREMENT,
    name VARCHAR (200) NOT NULL,
otresi wrote: 31 May 2018, 11:26 current size is 50.
It sounds strange
Alexey Yusov

Production: OTRS CE ITSM 6.0.28 on CentOS 7 + Apache 2.4 + MariaDB 10.4.13 + Radiant Customer Portal

Radiant System OTRS Intergrator
RS4OTRS marketplace
Stay tuned on our Facebook
((OTRS)) Community Edition - what next?
otresi
Znuny newbie
Posts: 84
Joined: 02 Sep 2014, 10:49
Znuny Version: OTRS 5.0.8

Re: Increase queue name limit

Post by otresi »

50 character is now limit..
i don't understand how to increase in mysql and how to change?
OTRS 5 /
otresi
Znuny newbie
Posts: 84
Joined: 02 Sep 2014, 10:49
Znuny Version: OTRS 5.0.8

Re: Increase queue name limit

Post by otresi »

alexus wrote: 01 Jun 2018, 18:51 https://github.com/OTRS/otrs/blob/maste ... .mysql.sql

Code: Select all

CREATE TABLE queue (
    id INTEGER NOT NULL AUTO_INCREMENT,
    name VARCHAR (200) NOT NULL,
otresi wrote: 31 May 2018, 11:26 current size is 50.
It sounds strange
50 character is now limit..
i don't understand how to increase in mysql and how to change?
OTRS 5 /
jojo
Znuny guru
Posts: 15019
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Increase queue name limit

Post by jojo »

your database admin should be able to create the needed alter command. Otherwise check the admin manual of your DBMS
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Post Reply