Sha256: 759dcba1a3831a30be2ccb255c5ccb875b728dfd16f85d65f0e1f73fa9b6e7db
Contents?: true
Size: 380 Bytes
Versions: 64
Compression:
Stored size: 380 Bytes
Contents
# This migration comes from dm_core (originally 20130415095617) class AddTypeToComments < ActiveRecord::Migration def change add_column :core_comments, :type, :string add_column :core_comments, :ancestry, :string add_column :core_comments, :ancestry_depth, :integer, :default => 0 rename_column :core_comments, :comment, :body end end
Version data entries
64 entries across 64 versions & 4 rubygems