Files
coder/coderd/database/migrations/000292_generate_default_preset_parameter_ids.down.sql
2025-02-12 07:41:24 +00:00

3 lines
77 B
SQL

ALTER TABLE template_version_preset_parameters
ALTER COLUMN id DROP DEFAULT;