summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorAndreas Brandl <abrandl@gitlab.com>2019-07-05 14:08:07 +0000
committerAndreas Brandl <abrandl@gitlab.com>2019-07-05 14:08:07 +0000
commit0a50463596858e12357ad0dc210cbdfdab749757 (patch)
tree2ce4babb67275c86d5e38efe1d40615315af8cd0 /db/schema.rb
parent9d98eb0435751051c4fd5a82b2dfcaa00c81efbe (diff)
parentd505f2a8f04b249541423fa301a8c8c6ee3b2bb2 (diff)
downloadgitlab-ce-0a50463596858e12357ad0dc210cbdfdab749757.tar.gz
Merge branch 'zj-remove-stale-feature-flag-keys' into 'master'
Remove unused Gitaly feature flags See merge request gitlab-org/gitlab-ce!30302
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 9cc45bb1e47..24fce01d920 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20190628185004) do
+ActiveRecord::Schema.define(version: 20190703130053) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"