mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
* design commit * add owner_id to templates table * add owner information in apis and ui * update minWidth for statItem * rename owner to created_by * missing refactor to created_by * handle errors in fetching created_by names
2 lines
110 B
SQL
2 lines
110 B
SQL
ALTER TABLE ONLY templates ADD COLUMN IF NOT EXISTS created_by uuid REFERENCES users (id) ON DELETE RESTRICT;
|