Skip to content

Commit

Permalink
Remove index
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Dec 11, 2023
1 parent a968572 commit 47172eb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/monitor-service/src/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,5 @@ Recipient.init(
tableName: "recipients",
underscored: true,
timestamps: false,
indexes: [
{
name: "recipients_lazy_distributor_index",
fields: ["lazy_distributor"],
},
],
}
);

0 comments on commit 47172eb

Please sign in to comment.