spec/dummy/db/schema.rb in impressionizer-0.0.3 vs spec/dummy/db/schema.rb in impressionizer-0.0.4

- old
+ new

@@ -8,14 +8,17 @@ # from scratch. The latter is a flawed and unsustainable approach (the more migrations # you'll amass, the slower it'll run and the greater likelihood for issues). # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20110701044058) do +ActiveRecord::Schema.define(:version => 20110830151041) do create_table "impressions", :force => true do |t| t.string "impressionable_type" t.integer "impressionable_id" + t.string "controller_name" + t.string "action_name" + t.string "view_name" t.string "session_hash" t.string "request_hash" t.string "referrer" t.string "ip_address" t.integer "user_id"