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.15.0.rc2 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.15.0.rc1 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.14.1 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.14.0 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.14.0.rc3 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.14.0.rc2 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.14.0.rc1.1 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.14.0.rc1 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.13.1 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.13.0 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.12.1 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.13.0.rc1 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.12.0 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.12.0.rc3 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.12.0.rc2 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.12.0.rc1 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.11.1 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.11.0 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.11.0.rc2 db/migrate/20160323065901_increase_cdn_length.rb
katello-4.11.0.rc1 db/migrate/20160323065901_increase_cdn_length.rb