spec/dummy/db/schema.rb in phocoder-rails-0.0.41 vs spec/dummy/db/schema.rb in phocoder-rails-0.0.42
- old
+ new
@@ -8,11 +8,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 => 20111101024507) do
+ActiveRecord::Schema.define(:version => 20120423030345) do
create_table "encodable_jobs", :force => true do |t|
t.string "encodable_type"
t.integer "encodable_id"
t.integer "phocoder_job_id"
@@ -74,9 +74,20 @@
t.string "thumbnail"
t.integer "parent_id"
t.string "upload_host"
t.string "parent_type"
t.string "encodable_status"
+ t.integer "bits_per_pixel"
+ t.string "camera_make"
+ t.string "camera_model"
+ t.integer "orientation"
+ t.string "exposure_time"
+ t.string "f_number"
+ t.string "iso_speed_rating"
+ t.string "exposure_bias_value"
+ t.string "focal_length"
+ t.string "focal_length_in_35mm_film"
+ t.integer "subsec_time"
end
create_table "images", :force => true do |t|
t.string "filename"
t.string "content_type"