mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
* return parameters from Terraform provisioner in sorted order * persist parameter indices in database and return them in correct order from API * don't re-sort parameters by name when creating templates
2 lines
49 B
SQL
2 lines
49 B
SQL
ALTER TABLE parameter_schemas DROP COLUMN index;
|