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
Pull Requests:How to create a pull request

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`

Change History (1)

comment:1 by Jacob, 17 years ago

Resolution: wontfix
Status: newclosed

This is a MySQL-specific syntax; besides, it's easy enough with a post_syncdb handler.

Note: See TracTickets for help on using tickets.
Back to Top