mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
feat: Allow hide resources (#3977)
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
ALTER TABLE workspace_resources
|
||||
DROP COLUMN hide;
|
@ -0,0 +1,2 @@
|
||||
ALTER TABLE workspace_resources
|
||||
ADD COLUMN hide boolean DEFAULT false NOT NULL;
|
Reference in New Issue
Block a user