Sha256: d427fd147439295c82e9ee1893521f8e308b8621238b2de2919db871aa0a27e8

Contents?: true

Size: 219 Bytes

Versions: 16

Compression:

Stored size: 219 Bytes

Contents

class AddAllowedChildrenCacheToPages < ActiveRecord::Migration[5.1]
  def self.up
    add_column :pages, :allowed_children_cache, :text
  end

  def self.down
    remove_column :pages, :allowed_children_cache
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
trusty-cms-3.3.2 db/migrate/20110902203823_add_allowed_children_cache_to_pages.rb
trusty-cms-3.3.1 db/migrate/20110902203823_add_allowed_children_cache_to_pages.rb
trusty-cms-3.2.1 db/migrate/20110902203823_add_allowed_children_cache_to_pages.rb
trusty-cms-3.3.0 db/migrate/20110902203823_add_allowed_children_cache_to_pages.rb
trusty-cms-3.2.0 db/migrate/20110902203823_add_allowed_children_cache_to_pages.rb
trusty-cms-3.1.11 db/migrate/20110902203823_add_allowed_children_cache_to_pages.rb
trusty-cms-3.1.10 db/migrate/20110902203823_add_allowed_children_cache_to_pages.rb
trusty-cms-3.1.9 db/migrate/20110902203823_add_allowed_children_cache_to_pages.rb
trusty-cms-3.1.8 db/migrate/20110902203823_add_allowed_children_cache_to_pages.rb
trusty-cms-3.1.7 db/migrate/20110902203823_add_allowed_children_cache_to_pages.rb
trusty-cms-3.1.6 db/migrate/20110902203823_add_allowed_children_cache_to_pages.rb
trusty-cms-3.1.5 db/migrate/20110902203823_add_allowed_children_cache_to_pages.rb
trusty-cms-3.1.3 db/migrate/20110902203823_add_allowed_children_cache_to_pages.rb
trusty-cms-3.1.2 db/migrate/20110902203823_add_allowed_children_cache_to_pages.rb
trusty-cms-3.1.1 db/migrate/20110902203823_add_allowed_children_cache_to_pages.rb
trusty-cms-3.1.0 db/migrate/20110902203823_add_allowed_children_cache_to_pages.rb