spec/dummy/db/schema.rb in phocoder-rails-0.0.48 vs spec/dummy/db/schema.rb in phocoder-rails-0.0.49

- old
+ new

@@ -9,11 +9,11 @@ # 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 => 20120423030345) do +ActiveRecord::Schema.define(:version => 20121230165930) do create_table "encodable_jobs", :force => true do |t| t.string "encodable_type" t.integer "encodable_id" t.integer "phocoder_job_id" @@ -25,9 +25,10 @@ t.integer "zencoder_output_id" t.string "zencoder_status" t.string "zencoder_url" t.datetime "created_at", :null => false t.datetime "updated_at", :null => false + t.string "tracking_mode" end add_index "encodable_jobs", ["encodable_type", "encodable_id"], :name => "index_encodable_jobs_on_encodable_type_and_encodable_id" add_index "encodable_jobs", ["id"], :name => "index_encodable_jobs_on_id"