Sha256: d9ffe2b097771b0d199c31199db579f44067ab90b2f320ec67a7f7bb609cedba
Contents?: true
Size: 286 Bytes
Versions: 235
Compression:
Stored size: 286 Bytes
Contents
class AddLftAndRgtToClassification < ActiveRecord::Migration def self.up add_column :classifications, :lft, :integer add_column :classifications, :rgt, :integer end def self.down remove_column :classifications, :rgt remove_column :classifications, :lft end end
Version data entries
235 entries across 234 versions & 14 rubygems