Sha256: 9c19ab53594723f34eebdf8ba78d382fefe8cebd917db8313083fa5327dcdc41

Contents?: true

Size: 196 Bytes

Versions: 159

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

159 entries across 159 versions & 1 rubygems

Version Path
pact_broker-2.79.1 db/migrations/000007_increase_json_content_length.rb
pact_broker-2.79.0 db/migrations/000007_increase_json_content_length.rb
pact_broker-2.78.1 db/migrations/000007_increase_json_content_length.rb
pact_broker-2.78.0 db/migrations/000007_increase_json_content_length.rb
pact_broker-2.77.0 db/migrations/000007_increase_json_content_length.rb
pact_broker-2.76.2 db/migrations/000007_increase_json_content_length.rb
pact_broker-2.76.1 db/migrations/000007_increase_json_content_length.rb
pact_broker-2.76.0 db/migrations/000007_increase_json_content_length.rb
pact_broker-2.75.0 db/migrations/000007_increase_json_content_length.rb
pact_broker-2.74.1 db/migrations/000007_increase_json_content_length.rb
pact_broker-2.74.0 db/migrations/000007_increase_json_content_length.rb
pact_broker-2.73.0 db/migrations/000007_increase_json_content_length.rb
pact_broker-2.72.0 db/migrations/000007_increase_json_content_length.rb
pact_broker-2.71.0 db/migrations/000007_increase_json_content_length.rb
pact_broker-2.70.0 db/migrations/000007_increase_json_content_length.rb
pact_broker-2.69.0 db/migrations/000007_increase_json_content_length.rb
pact_broker-2.68.1 db/migrations/000007_increase_json_content_length.rb
pact_broker-2.68.0 db/migrations/000007_increase_json_content_length.rb
pact_broker-2.67.0 db/migrations/000007_increase_json_content_length.rb
pact_broker-2.66.0 db/migrations/000007_increase_json_content_length.rb