Skip to content

Commit

Permalink
Update test database
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Mar 21, 2022
1 parent d0d6308 commit 8a04898
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/models/groups.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func LoadGroups(ctx context.Context, db Queryer, orgID OrgID) ([]assets.Group, e

const selectGroupsSQL = `
SELECT ROW_TO_JSON(r) FROM (
SELECT id, uuid, name, query
SELECT id, uuid, name, query
FROM contacts_contactgroup
WHERE org_id = $1 AND group_type IN ('M', 'Q', 'U') AND is_active = TRUE
ORDER BY name ASC
Expand Down
Binary file modified mailroom_test.dump
Binary file not shown.

0 comments on commit 8a04898

Please sign in to comment.