mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
6 lines
179 B
SQL
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();
|