1234
This commit is contained in:
parent
c6ee7e53e6
commit
74169221a3
|
@ -2,5 +2,6 @@ class AddAuthorToRelativeMemo < ActiveRecord::Migration
|
||||||
def change
|
def change
|
||||||
add_column :relative_memos, :username, :string
|
add_column :relative_memos, :username, :string
|
||||||
add_column :relative_memos, :userhomeurl, :string
|
add_column :relative_memos, :userhomeurl, :string
|
||||||
|
add_column :relative_memos, :date_collected, :date
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue