Opened 17 years ago
Closed 17 years ago
#8237 closed (wontfix)
Apply Meta ordering to SQL table
| Reported by: | David Cramer | Owned by: | nobody |
|---|---|---|---|
| Component: | Uncategorized | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
This is at least applicable for MySQL, but it would make sense to use the ordering Meta tag to apply the default ordering on the table.
ALTER TABLE `businesses_businessmeta` ORDER BY `name`
Note:
See TracTickets
for help on using tickets.
This is a MySQL-specific syntax; besides, it's easy enough with a post_syncdb handler.