Files
coder/coderd/database/migrations/000292_generate_default_preset_parameter_ids.down.sql
2025-02-12 10:13:43 +00:00

6 lines
145 B
SQL

ALTER TABLE template_version_presets
ALTER COLUMN id DROP DEFAULT;
ALTER TABLE template_version_preset_parameters
ALTER COLUMN id DROP DEFAULT;