Skip to content

Commit

Permalink
feat(scenario-execution): add database index on end_date
Browse files Browse the repository at this point in the history
  • Loading branch information
phos-web committed Jan 17, 2025
1 parent ce8911e commit 0ef58d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
indexes = {
@Index(name = "idx_scenario_execution_scenario_name", columnList = "scenario_name"),
@Index(name = "idx_scenario_execution_start_date", columnList = "start_date"),
@Index(name = "idx_scenario_execution_end_date", columnList = "end_date"),
}
)
@ToString
Expand Down

0 comments on commit 0ef58d2

Please sign in to comment.