This repository has been archived on 2024-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
redstoner.com/db/migrate/20170409135858_add_necro_length_to_forums.rb
2017-06-18 13:11:36 -04:00

6 lines
126 B
Ruby

class AddNecroLengthToForums < ActiveRecord::Migration
def change
add_column :forums, :necro_length, :integer
end
end