Skip to content

Commit

Permalink
schema updated
Browse files Browse the repository at this point in the history
  • Loading branch information
will-r committed Jun 23, 2011
1 parent 3077957 commit a3daf77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
t.integer "updated_by_id"
t.datetime "created_at"
t.datetime "updated_at"
t.string "uuid"
t.integer "original_width"
t.integer "original_height"
t.string "original_extension"
end

create_table "config", :force => true do |t|
Expand Down

0 comments on commit a3daf77

Please sign in to comment.