Skip to content

Commit

Permalink
fix: comment out constraint (#2232)
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanierh authored Oct 24, 2023
1 parent 0bc82c5 commit 29e9027
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion connectors/src/lib/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,8 @@ NotionConnectorResourcesToCheckCacheEntry.init(
sequelize: sequelize_conn,
modelName: "notion_connector_resources_to_check_cache_entries",
indexes: [
{ fields: ["notionId", "connectorId"], unique: true },
// TODO(@fontanierh): fix sync issue with this index
// { fields: ["notionId", "connectorId"], unique: true },
{ fields: ["connectorId"] },
],
}
Expand Down

0 comments on commit 29e9027

Please sign in to comment.