Add avatar to contacts.
This commit is contained in:
parent
8c280dfdda
commit
9a92f9d177
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# It's strongly recommended to check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(:version => 20120422201818) do
|
||||
ActiveRecord::Schema.define(:version => 20120701211804) do
|
||||
|
||||
create_table "active_admin_comments", :force => true do |t|
|
||||
t.integer "resource_id", :null => false
|
||||
|
|
@ -66,6 +66,7 @@ ActiveRecord::Schema.define(:version => 20120422201818) do
|
|||
t.integer "birth_year"
|
||||
t.integer "user_id"
|
||||
t.integer "address_id"
|
||||
t.string "avatar"
|
||||
end
|
||||
|
||||
add_index "contacts", ["address_id"], :name => "fk_contacts_addresses"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue