summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2018-02-02 15:52:37 -0600
committerRobert Speicher <rspeicher@gmail.com>2018-02-02 15:52:37 -0600
commitbd6a7eef6d3c399f9608299b865dc797171fcd04 (patch)
tree75b106a1113da14466c7e0aafc37ba98e95539ed
parent2eaa0fbe9928b0d98eee6b03aab4ad67b93e38a2 (diff)
downloadgitlab-ce-bd6a7eef6d3c399f9608299b865dc797171fcd04.tar.gz
Revert change to schema version
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 7250a7452c0..b8a29d8c046 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: 20180122154930) do
+ActiveRecord::Schema.define(version: 20180113220114) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"