refactor: fix review issues - member_count aggregate, migration down, docs, actor handling
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon 2026-01-27 17:09:07 +01:00
parent fc8306cfee
commit e92c98b559
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2
3 changed files with 37 additions and 32 deletions

View file

@ -82,7 +82,7 @@ defmodule Mv.Repo.Migrations.AddGroupsAndMemberGroups do
end
def down do
execute("DROP INDEX IF EXISTS groups_unique_name_lower_index", "")
execute("DROP INDEX IF EXISTS groups_unique_name_lower_index")
drop_if_exists unique_index(:groups, [:slug], name: "groups_unique_slug_index")