Sha256: 105e2f989d37ebb721c39f8dd910129b8a7a2995b0847ec26e24de72cf55f2cf

Contents?: true

Size: 390 Bytes

Versions: 193

Compression:

Stored size: 390 Bytes

Contents

class IncreaseCdnLength < ActiveRecord::Migration[4.2]
  def up
    change_column :katello_providers, :repository_url, :string, :limit => 1024
    change_column :katello_repositories, :url, :string, :limit => 1024
  end

  def down
    change_column :katello_providers, :repository_url, :string, :limit => 255
    change_column :katello_repositories, :url, :string, :limit => 255
  end
end

Version data entries

193 entries across 193 versions & 1 rubygems

Version Path
katello-4.10.0 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.9.2 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.10.0.rc2 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.10.0.rc1 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.8.4 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.9.1 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.8.3 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.9.0 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.7.6 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.8.2 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.9.0.rc2 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.9.0.rc1 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.8.1 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.7.5 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.8.0 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.8.0.rc2 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.7.4 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.8.0.rc1 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.7.3 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.7.2 db/migrate/20160323065901_increase_cdn_length.rb