feat: persist app groups in the database (#17977)

This commit is contained in:
ケイラ
2025-05-27 13:13:08 -06:00
committed by GitHub
parent 513a468a3a
commit 9fc3329575
27 changed files with 398 additions and 322 deletions

View File

@ -0,0 +1 @@
alter table workspace_apps drop column display_group;

View File

@ -0,0 +1 @@
alter table workspace_apps add column display_group text;