Skip to content

Commit

Permalink
schema modified by rake db:migration
Browse files Browse the repository at this point in the history
  • Loading branch information
kyanny committed Jan 19, 2010
1 parent 2a6611a commit fd81508
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion depot/db/schema.rb
Expand Up @@ -9,14 +9,15 @@
#
# It's strongly recommended to check this file into your version control system.

ActiveRecord::Schema.define(:version => 20100119095254) do
ActiveRecord::Schema.define(:version => 20100119100141) do

create_table "products", :force => true do |t|
t.string "title"
t.text "description"
t.string "image_url"
t.datetime "created_at"
t.datetime "updated_at"
t.decimal "price", :precision => 8, :scale => 2, :default => 0.0
end

end

0 comments on commit fd81508

Please sign in to comment.