Sha256: 99aafbda7afff64d60f8836d4c62daa35d9c1af29cd3fae6ff3848014d1fb178

Contents?: true

Size: 219 Bytes

Versions: 106

Compression:

Stored size: 219 Bytes

Contents

class AddAllowedChildrenCacheToPages < ActiveRecord::Migration[5.2]
  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

106 entries across 106 versions & 1 rubygems

Version Path
trusty-cms-3.5.0 db/migrate/20110902203823_add_allowed_children_cache_to_pages.rb
trusty-cms-3.4.0 db/migrate/20110902203823_add_allowed_children_cache_to_pages.rb
trusty-cms-3.3.7 db/migrate/20110902203823_add_allowed_children_cache_to_pages.rb
trusty-cms-3.3.6 db/migrate/20110902203823_add_allowed_children_cache_to_pages.rb
trusty-cms-3.3.5 db/migrate/20110902203823_add_allowed_children_cache_to_pages.rb
trusty-cms-3.3.3 db/migrate/20110902203823_add_allowed_children_cache_to_pages.rb