mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: Add icon to templates (#3561)
This commit is contained in:
1
coderd/database/migrations/000036_template_icon.down.sql
Normal file
1
coderd/database/migrations/000036_template_icon.down.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE templates DROP COLUMN icon;
|
1
coderd/database/migrations/000036_template_icon.up.sql
Normal file
1
coderd/database/migrations/000036_template_icon.up.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE templates ADD COLUMN icon VARCHAR(256) NOT NULL DEFAULT '';
|
Reference in New Issue
Block a user