Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Feb 8, 2024
1 parent 41fc349 commit c4e3917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migrations/20240208130439-events-revision-id-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports.up = function(db, cb) {
`
CREATE INDEX IF NOT EXISTS idx_events_feature_type_id ON events (id)
WHERE feature_name IS NOT NULL
AND type IN ('segment-updated', 'feature_import', 'features-imported');
OR type IN ('segment-updated', 'feature_import', 'features-imported');
`,
cb,
Expand Down

0 comments on commit c4e3917

Please sign in to comment.