Opened 5 years ago

Last modified 4 years ago

#13510 closed defect

Description field not large enough — at Initial Version

Reported by: Martijn Zeedijk Owned by:
Priority: normal Component: SimpleMultiProjectPlugin
Severity: normal Keywords:
Cc: Trac Release: 1.2

Description

I have about 10 milestones that I want to show with a ticketQuery in the description of the project. At some point saving will result in an error, although it doesn't show one. It will just show an empty project list instead.

My guess it that I went over 255 chars which is the maximum of the varchar field in the database. This field should be of type text instead.

I changed this myself with

ALTER TABLE smp_project ALTER COLUMN description TYPE text;

and it seems to work.

Change History (0)

Note: See TracTickets for help on using tickets.