Skip to content
Snippets Groups Projects
Commit 2b153640 authored by Micael Bergeron's avatar Micael Bergeron
Browse files

fix the schema.rb

parent 210072ba
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -1751,6 +1751,8 @@ ActiveRecord::Schema.define(version: 20180201145907) do
t.string "model_type"
t.string "uploader", null: false
t.datetime "created_at", null: false
t.string "mount_point"
t.string "secret"
end
 
add_index "uploads", ["checksum"], name: "index_uploads_on_checksum", using: :btree
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment