This commit is contained in:
fanqiang 2014-05-15 10:33:52 +08:00
parent c6ee7e53e6
commit 74169221a3
1 changed files with 1 additions and 0 deletions

View File

@ -2,5 +2,6 @@ class AddAuthorToRelativeMemo < ActiveRecord::Migration
def change
add_column :relative_memos, :username, :string
add_column :relative_memos, :userhomeurl, :string
add_column :relative_memos, :date_collected, :date
end
end