summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 5f3a11af49b..74dbb11c89b 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -1777,9 +1777,9 @@ ActiveRecord::Schema.define(version: 20180222152310) do
t.string "model_type"
t.string "uploader", null: false
t.datetime "created_at", null: false
- t.integer "store"
t.string "mount_point"
t.string "secret"
+ t.integer "store"
end
add_index "uploads", ["checksum"], name: "index_uploads_on_checksum", using: :btree