mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat: persist app groups in the database (#17977)
This commit is contained in:
1
coderd/database/migrations/000331_app_group.down.sql
Normal file
1
coderd/database/migrations/000331_app_group.down.sql
Normal file
@ -0,0 +1 @@
|
||||
alter table workspace_apps drop column display_group;
|
1
coderd/database/migrations/000331_app_group.up.sql
Normal file
1
coderd/database/migrations/000331_app_group.up.sql
Normal file
@ -0,0 +1 @@
|
||||
alter table workspace_apps add column display_group text;
|
Reference in New Issue
Block a user