Add IRC nick to the Person page

This commit is contained in:
Matt Barringer 2013-02-11 18:12:10 +01:00
parent 4b0887e0f3
commit 43d149bea3

View file

@ -0,0 +1,5 @@
class AddIrcNickToPeopleTable < ActiveRecord::Migration
def change
add_column :people, :irc_nickname, :string
end
end