mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
761dd55ee8
Previously the GetTemplateVersionVariables query did not sort output, relying on PostgreSQL on-disk ordering which is undeterministic. Variables are now sorted by name because there is no alternative for ordering. Tests were adjusted to accommodate the new ordering, previously they relied on data being written to disk in insert order.