Skip to content

Commit

Permalink
v0.24.x (#5288)
Browse files Browse the repository at this point in the history
* feat: add messages new api res (#5285)

* feat: add messages new api

* fix: spell

* fix: controller

* fix: performance increase

* fix: indexes
  • Loading branch information
scopsy authored Mar 10, 2024
1 parent b5da674 commit 5777e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/dal/src/repositories/tenant/tenant.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ tenantSchema.index({
*/
tenantSchema.index(
{
identifier: 1,
_environmentId: 1,
identifier: 1,
},
{ unique: true }
);
Expand Down

0 comments on commit 5777e67

Please sign in to comment.