fix(schema): revert datasource URL, add Group.accountId index

This commit is contained in:
2026-05-27 17:09:48 +05:30
parent a7aa8bf5a9
commit cbb32ed425
2 changed files with 4 additions and 1 deletions
@@ -0,0 +1,2 @@
-- CreateIndex
CREATE INDEX "Group_accountId_idx" ON "Group"("accountId");