Sha256: 9604e55b63971d9962e9c80d32f00b6a5e61ceb0da123792d056af457470fbef

Contents?: true

Size: 249 Bytes

Versions: 10

Compression:

Stored size: 249 Bytes

Contents

class ChangePagesAllowedChildrenCacheToText  < ActiveRecord::Migration
  def self.up
    change_column :pages, :allowed_children_cache, :text
  end

  def self.down
    change_column :pages, :allowed_children_cache, :string, :limit => 1500
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
radiant-1.1.3 db/migrate/20120209231801_change_pages_allowed_children_cache_to_text.rb
radiant-1.1.2 db/migrate/20120209231801_change_pages_allowed_children_cache_to_text.rb
radiant-1.1.1 db/migrate/20120209231801_change_pages_allowed_children_cache_to_text.rb
radiant-1.1.0 db/migrate/20120209231801_change_pages_allowed_children_cache_to_text.rb
radiant-1.1.0.rc1 db/migrate/20120209231801_change_pages_allowed_children_cache_to_text.rb
radiant-1.1.0.beta db/migrate/20120209231801_change_pages_allowed_children_cache_to_text.rb
radiant-1.0.1 db/migrate/20120209231801_change_pages_allowed_children_cache_to_text.rb
radiant-1.1.0.alpha db/migrate/20120209231801_change_pages_allowed_children_cache_to_text.rb
radiant-1.0.0 db/migrate/20120209231801_change_pages_allowed_children_cache_to_text.rb
radiant-1.0.0.rc5 db/migrate/20120209231801_change_pages_allowed_children_cache_to_text.rb