summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-04-27 23:25:21 +0900
committerShinya Maeda <shinya@gitlab.com>2018-04-27 23:25:21 +0900
commitb4e239dfae1159027c9182fe2369b32321d59e51 (patch)
tree149832effb6a7093543accea5c8e8081381e5f7c /db/schema.rb
parent0a4e57f3d79799d66ffbaaed1968ed8dd80364ee (diff)
downloadgitlab-ce-b4e239dfae1159027c9182fe2369b32321d59e51.tar.gz
Fix schema version
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 06232f68894..e2fe269079c 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: 20180425205249) do
+ActiveRecord::Schema.define(version: 20180425131009) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"