summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorMicaël Bergeron <mbergeron@gitlab.com>2018-02-22 16:08:35 -0500
committerMicaël Bergeron <mbergeron@gitlab.com>2018-03-01 10:38:37 -0500
commite43d7d2b4d4ccae4e7c7c89b68b6dc3ae8f34bb7 (patch)
tree898ec571cb19cb9ab1a94e2cb206dc5280d8cbac /db
parent5cf1cc6a0fe1a60cf51bc44535df8cc17d10b3a0 (diff)
downloadgitlab-ce-e43d7d2b4d4ccae4e7c7c89b68b6dc3ae8f34bb7.tar.gz
fix the prepare_untracked_uploads_spec from using the EE schema
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