Files
coder/coderd/database/migrations/000022_template_created_by.down.sql
Abhineet Jain 02d2aea7f2 feat: store and display template creator (#2228)
* 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
2022-06-10 19:24:21 +00:00

2 lines
61 B
SQL

ALTER TABLE ONLY templates DROP COLUMN IF EXISTS created_by;