Add IRC nick to the Person page
This commit is contained in:
parent
4b0887e0f3
commit
43d149bea3
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
||||||
|
class AddIrcNickToPeopleTable < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
add_column :people, :irc_nickname, :string
|
||||||
|
end
|
||||||
|
end
|
||||||
Loading…
Add table
Add a link
Reference in a new issue