summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2016-12-02 17:34:34 -0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2016-12-02 17:34:34 -0300
commit897bca62db2f8036dfcceae1de22dffec49ba985 (patch)
tree6eea7d4d3749d65d279ed849005f3321670c1b46
parent5c4306e78f5dfc0b9982d6ca35f1711e2d953442 (diff)
downloadgitlab-ce-897bca62db2f8036dfcceae1de22dffec49ba985.tar.gz
Fix schema after picking !7744 from master
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index e4b2f848483..2bf40ff70db 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: 20161118183841) do
+ActiveRecord::Schema.define(version: 20161124141322) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"