Sha256: ea03432ed9a30eb432c629ed5d655a87877f9bf1b52373d5cbfa7f4e19b96917

Contents?: true

Size: 275 Bytes

Versions: 140

Compression:

Stored size: 275 Bytes

Contents

Sequel.migration do
  up do
    from(:materialized_matrix).delete
    from(:materialized_matrix).insert(from(:matrix).select_all)
    from(:materialized_head_matrix).delete
    from(:materialized_head_matrix).insert(from(:head_matrix).select_all)
  end

  down do

  end
end

Version data entries

140 entries across 140 versions & 1 rubygems

Version Path
pact_broker-2.114.0 db/migrations/20180330_refresh_matrix.rb
pact_broker-2.113.2 db/migrations/20180330_refresh_matrix.rb
pact_broker-2.113.1 db/migrations/20180330_refresh_matrix.rb
pact_broker-2.113.0 db/migrations/20180330_refresh_matrix.rb
pact_broker-2.112.0 db/migrations/20180330_refresh_matrix.rb
pact_broker-2.111.0 db/migrations/20180330_refresh_matrix.rb
pact_broker-2.109.1 db/migrations/20180330_refresh_matrix.rb
pact_broker-2.109.0 db/migrations/20180330_refresh_matrix.rb
pact_broker-2.108.0 db/migrations/20180330_refresh_matrix.rb
pact_broker-2.107.1 db/migrations/20180330_refresh_matrix.rb
pact_broker-2.107.0 db/migrations/20180330_refresh_matrix.rb
pact_broker-2.107.0.beta.1 db/migrations/20180330_refresh_matrix.rb
pact_broker-2.106.0 db/migrations/20180330_refresh_matrix.rb
pact_broker-2.105.0 db/migrations/20180330_refresh_matrix.rb
pact_broker-2.104.0 db/migrations/20180330_refresh_matrix.rb
pact_broker-2.103.0 db/migrations/20180330_refresh_matrix.rb
pact_broker-2.102.2 db/migrations/20180330_refresh_matrix.rb
pact_broker-2.102.1 db/migrations/20180330_refresh_matrix.rb
pact_broker-2.102.0 db/migrations/20180330_refresh_matrix.rb
pact_broker-2.101.0 db/migrations/20180330_refresh_matrix.rb