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

6 lines
179 B
SQL

ALTER TABLE template_version_presets
ALTER COLUMN id SET DEFAULT gen_random_uuid();
ALTER TABLE template_version_preset_parameters
ALTER COLUMN id SET DEFAULT gen_random_uuid();