Sha256: 61526b3b2310dce383dc981ec34b2ac263af892dece5995f5b5a0c1f4f6ec5dc

Contents?: true

Size: 196 Bytes

Versions: 48

Compression:

Stored size: 196 Bytes

Contents

require_relative "migration_helper"

Sequel.migration do
  change do
    alter_table(:pacts) do
      set_column_type(:json_content, PactBroker::MigrationHelper.large_text_type)
    end
  end
end

Version data entries

48 entries across 48 versions & 1 rubygems

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