Skip to content

Commit

Permalink
Renamed indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
Elena Henderson committed Mar 16, 2021
1 parent 0953e26 commit d52b21c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conbench/entities/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ class Data(Base, EntityMixin):
result = NotNull(s.Numeric, check("result>=0"))


s.Index("ix_data_summary_id", Data.summary_id)
s.Index("data_summary_id_index", Data.summary_id)
2 changes: 1 addition & 1 deletion conbench/entities/time.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ class Time(Base, EntityMixin):
result = NotNull(s.Numeric, check("result>=0"))


s.Index("ix_time_summary_id", Time.summary_id)
s.Index("time_summary_id_index", Time.summary_id)

0 comments on commit d52b21c

Please sign in to comment.