Sha256: e87eed37703ae3708e077b3202b89ad981d569f3192f1323a8e7868289cb2597

Contents?: true

Size: 114 Bytes

Versions: 7

Compression:

Stored size: 114 Bytes

Contents

Sequel.migration do
  change do
    add_index :results, [:test_run_id, :updated_at], concurrently: true
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
inferno_core-0.0.8 lib/inferno/db/migrations/005_add_updated_at_index_to_results.rb
inferno_core-0.0.8.pre2 lib/inferno/db/migrations/005_add_updated_at_index_to_results.rb
inferno_core-0.0.8.pre lib/inferno/db/migrations/005_add_updated_at_index_to_results.rb
inferno_core-0.0.7 lib/inferno/db/migrations/005_add_updated_at_index_to_results.rb
inferno_core-0.0.6 lib/inferno/db/migrations/005_add_updated_at_index_to_results.rb
inferno_core-0.0.5 lib/inferno/db/migrations/005_add_updated_at_index_to_results.rb
inferno_core-0.0.4 lib/inferno/db/migrations/005_add_updated_at_index_to_results.rb