mdb: scenarios are sorted by id instead of sort_id #33

Closed
opened 2026-07-25 11:40:53 -04:00 by zephyr · 0 comments
Owner

ORDER BY sc.id

since mant is id 4 and gl is id 3 for some reason. all the rest match.

literally just change to ORDER BY sc.sort_id.

https://git.sunturtle.xyz/zephyr/horse/src/commit/ea39be05105422ad0950477ed5870bfc332df7e1/mdb/sql/scenario.sql#L17 since mant is id 4 and gl is id 3 for some reason. all the rest match. literally just change to `ORDER BY sc.sort_id`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: zephyr/horse#33