Add avatar to contacts.

This commit is contained in:
Señor Rolando 2013-01-11 22:21:01 +01:00
parent 8c280dfdda
commit 9a92f9d177

View file

@ -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"