Sha256: 06613b7ab07117c2cd41294ef8eb2305a7caa508168351af5832966db5cb7da8
Contents?: true
Size: 268 Bytes
Versions: 96
Compression:
Stored size: 268 Bytes
Contents
class AddPriorityAndPathToMods < ActiveRecord::Migration def self.up add_column :mods, :path, :string add_column :mods, :priority, :integer end def self.down remove_column :mods, :path, :string remove_column :mods, :priority, :integer end end
Version data entries
96 entries across 96 versions & 1 rubygems