Modify ↓
Ticket #26 (closed defect: fixed)
Comments on bookmarks are truncated at 255 characters
| Reported by: | Andreas.rindler | Owned by: | Sean.McClowry |
|---|---|---|---|
| Priority: | medium | Milestone: | 1.1 |
| Component: | Bookmarks | Version: | 1.0 |
| Keywords: | comments, bookmarks | Cc: | |
| Actual Effort (in hours): | Estimated Effort (in hours): |
Description
Comments on bookmarks can only have 255 characters. The Comments table is TINYTEXT and needs to be changed to a structure that can accomodate at least 1,000 characters.
Attachments
Change History
comment:2 Changed 3 years ago by Sean.McClowry
- Owner changed from admin to Sean.McClowry
Make a text type, not Tinytext
ALTER TABLE om_comments CHANGE cText cText TEXT CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL
comment:3 Changed 3 years ago by Sean.McClowry
Made a fix and created a patch script http://waterloo.openmethodology.org/trac/omcollab/browser/trunk/_InstallationResources/ombookmarks_alter_comments.sql
Note: See
TracTickets for help on using
tickets.
