mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
3 lines
94 B
SQL
3 lines
94 B
SQL
ALTER TABLE template_version_preset_parameters
|
|
ALTER COLUMN id SET DEFAULT gen_random_uuid();
|