Update latest changes in schema.db
This commit is contained in:
parent
e5e4d9e600
commit
9f241f979c
1 changed files with 1 additions and 2 deletions
|
|
@ -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|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue