Sahil Batra
7518d550f2
user_groups: Remove unneeded fields from UserGroup model.
...
This commit removes name, description, is_system_group and
can_mention_group fields from UserGroup model and rename
them in NamedUserGroup model.
Fixes #29554 .
2024-04-26 17:03:09 -07:00
Sahil Batra
8e9c22afdc
groups: Move constants inside NamedUserGroup.
2024-04-26 17:03:09 -07:00
Sahil Batra
85b7dbddbc
groups: Update subgroup to be NamedUserGroup.
2024-04-26 17:03:09 -07:00
Sahil Batra
71b601cf5a
groups: Create NamedUserGroup table.
2024-04-26 17:03:09 -07:00
Anders Kaseorg
7001a0dfc0
models: Extract zerver.models.groups.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-12-16 22:08:44 -08:00