#1587 closed defect (bug) (invalid)
linkcategories table sort_order varchar(64) should be an enum
Reported by: | J2000_ca | Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | minor | Version: | 1.5.2 |
Component: | Optimization | Keywords: | bg|has-patch|needs review optimization |
Focuses: | Cc: |
Description
In the linkcategories table the column sort_order is a varchar(64). Really though the sort_order can only be name or id or url or rating or updated or rand. So it would be better served as an enum with those choices.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Sounds reasonable