summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2019-07-03 15:18:01 +0200
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2019-07-04 14:58:17 +0200
commitd505f2a8f04b249541423fa301a8c8c6ee3b2bb2 (patch)
treea5687a614550d6e2c5d1e6ed2f3000f0c82d71a4 /db/schema.rb
parent1d7680c6d7c6b312e1aa335034e08b017860edb9 (diff)
downloadgitlab-ce-d505f2a8f04b249541423fa301a8c8c6ee3b2bb2.tar.gz
Remove unused Gitaly feature flags
When GitLab was migrating to Gitaly, feature flags were used. These are now out of use, and essentially a no-op. But they do make the output of chatops ugly and the feature table is selected in full by the application.
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 32a25f643ce..00ca19c1e6e 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"