Sha256: 8afe5ba1f9bf065b80ae09e07f666c242c64e84dd31244e1905b3239a26e3454
Contents?: true
Size: 308 Bytes
Versions: 6
Compression:
Stored size: 308 Bytes
Contents
class AddAwesomeNestedSetToNoCmsBlocks < ActiveRecord::Migration def change add_column :no_cms_blocks_blocks, :parent_id, :integer add_column :no_cms_blocks_blocks, :lft, :integer add_column :no_cms_blocks_blocks, :rgt, :integer add_column :no_cms_blocks_blocks, :depth, :integer end end
Version data entries
6 entries across 6 versions & 1 rubygems