Sha256: 7df4f799688c604e68bbc678ee7a2082ad14e130df1a69fae4a4149a3b8aa9eb
Contents?: true
Size: 291 Bytes
Versions: 80
Compression:
Stored size: 291 Bytes
Contents
class AddLftAndRgtToClassification < ActiveRecord::Migration[4.2] 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
80 entries across 80 versions & 9 rubygems