Notifications fail when Notification name is longer than 63 chars
Description
The column notifconfigname in the notifications table is varchar(63) and if someone names the notification with a name that doesn't fit this size restriction, an SQL exception is thrown and the notification fails. Perhaps make this column of type "text" so that we don't have that problem.
Environment
Operating System: All
Platform: All
Acceptance / Success Criteria
None
Lucidchart Diagrams
Activity
Show:
Benjamin Reed October 18, 2010 at 4:47 PM
done in 1.8 and master
[1.8 9aee39c] , increase size of notifconfigname [master 25ea093] , increase size of notifconfigname
The column notifconfigname in the notifications table is varchar(63) and if someone names the notification with a name that doesn't fit this size restriction, an SQL exception is thrown and the notification fails. Perhaps make this column of type "text" so that we don't have that problem.