Update latest changes in schema.db

This commit is contained in:
Roland 2011-06-02 23:17:37 +02:00
parent e5e4d9e600
commit 9f241f979c

View file

@ -10,7 +10,7 @@
#
# It's strongly recommended to check this file into your version control system.
ActiveRecord::Schema.define(:version => 20110601104452) do
ActiveRecord::Schema.define(:version => 20110601205228) do
create_table "contacts", :force => true do |t|
t.string "firstname"
@ -25,7 +25,6 @@ ActiveRecord::Schema.define(:version => 20110601104452) do
t.integer "birth_day"
t.integer "birth_month"
t.integer "birth_year"
t.date "birth_date"
end
create_table "emails", :force => true do |t|