summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2019-08-28 15:06:05 -0300
committerFelipe Artur <felipefac@gmail.com>2019-08-28 15:06:05 -0300
commit3f191a4ea5391e72074cb9781e15a5d1aa24e891 (patch)
tree23f8396fdc87072bf5615dc044cf1371dc1441b3
parent7926f0c8c73cea68db81bac955d16a289e914290 (diff)
downloadgitlab-ce-ce-issue_10770.tar.gz
Fix schema versionce-issue_10770
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 1da00f5c9ff..175bb2fdff0 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: 2019_08_22_185441) do
+ActiveRecord::Schema.define(version: 2019_08_28_083843) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_trgm"