Skip to content

Commit

Permalink
Index runs.topic
Browse files Browse the repository at this point in the history
  • Loading branch information
jamilbk committed Jul 16, 2024
1 parent 9e346bb commit 1a24f59
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
defmodule Probe.Repo.Migrations.AddIndexToTopicOnRuns do
use Ecto.Migration

def change do
create index(:runs, [:topic])
end
end

0 comments on commit 1a24f59

Please sign in to comment.