Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1419 from mactaggart/1099_PostgresExecutionDAO_In…
Browse files Browse the repository at this point in the history
…dex_Fix

postgres port of fix for #1009, modify unique_event_execution index
  • Loading branch information
apanicker-nflx committed Nov 26, 2019
2 parents 4f3be16 + 18ae428 commit db4eb41
Showing 1 changed file with 3 additions and 0 deletions.
@@ -0,0 +1,3 @@
DROP INDEX IF EXISTS unique_event_execution;

CREATE UNIQUE INDEX unique_event_execution ON event_execution (event_handler_name,event_name,execution_id);

0 comments on commit db4eb41

Please sign in to comment.