mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
consolidate preset API endpoints
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
ALTER TABLE template_version_preset_parameters
|
||||
ALTER COLUMN id DROP DEFAULT;
|
@ -0,0 +1,2 @@
|
||||
ALTER TABLE template_version_preset_parameters
|
||||
ALTER COLUMN id SET DEFAULT gen_random_uuid();
|
Reference in New Issue
Block a user