Sha256: d057ee7cce9c8949022b4ad2803a5ace573ba5ee15fddebc1a1fafe3755f30c6

Contents?: true

Size: 191 Bytes

Versions: 180

Compression:

Stored size: 191 Bytes

Contents

Sequel.migration do
  up do
    drop_view(:latest_tagged_pacts)
    drop_view(:latest_pacts)
    drop_view(:all_pacts)
    drop_table(:pacts)
    drop_table(:pact_version_contents)
  end
end

Version data entries

180 entries across 180 versions & 1 rubygems

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