Sha256: bd9d67db948f478b2296b611502a497dae5955f61c79b4a475983c931f11ddc9

Contents?: true

Size: 94 Bytes

Versions: 84

Compression:

Stored size: 94 Bytes

Contents

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

Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
inferno_core-0.1.1 lib/inferno/db/migrations/005_add_updated_at_index_to_results.rb
inferno_core-0.1.1.pre lib/inferno/db/migrations/005_add_updated_at_index_to_results.rb
inferno_core-0.1.0 lib/inferno/db/migrations/005_add_updated_at_index_to_results.rb
inferno_core-0.1.0.pre lib/inferno/db/migrations/005_add_updated_at_index_to_results.rb