Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorMicaël Bergeron <mbergeron@gitlab.com>2018-01-30 18:16:39 +0300
committerMicaël Bergeron <mbergeron@gitlab.com>2018-02-01 20:14:46 +0300
commite3f42c8d961918ac1d6a2dba712462a5bfe44219 (patch)
tree0a94100616fe8c47478515d2b8e960c7400247a4 /db
parente3d32e8a2689bba9497d22fa6da1d9946df67f27 (diff)
fix the schema.rb
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 7e632fe2174..962d25b40b1 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20180129193323) do
+ActiveRecord::Schema.define(version: 20180119135717) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -1751,8 +1751,6 @@ ActiveRecord::Schema.define(version: 20180129193323) 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