mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
generate ids for presets by default
This commit is contained in:
2
coderd/database/dump.sql
generated
2
coderd/database/dump.sql
generated
@ -1273,7 +1273,7 @@ CREATE TABLE template_version_preset_parameters (
|
||||
);
|
||||
|
||||
CREATE TABLE template_version_presets (
|
||||
id uuid NOT NULL,
|
||||
id uuid DEFAULT gen_random_uuid() NOT NULL,
|
||||
template_version_id uuid NOT NULL,
|
||||
name text NOT NULL,
|
||||
created_at timestamp with time zone DEFAULT CURRENT_TIMESTAMP NOT NULL
|
||||
|
Reference in New Issue
Block a user