summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-12-21 19:31:30 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-12-24 19:39:51 +0200
commitd72b40423c6736fd24ef4371604897871a1b3acc (patch)
tree059e017d8115f4dbc3d74459133c30db97a03afd /db/schema.rb
parent79ce691d71e8fcbd198f9c228bc7db1bfd2b6e03 (diff)
downloadgitlab-ce-d72b40423c6736fd24ef4371604897871a1b3acc.tar.gz
Rename projects with reserved path names
We cant have project with name 'project' or 'tree' anymore. This merge request containts a migration that will find and rename all projects using reserved names by adding N digit to the end of the name. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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 05b6c807660..e48ce9f4ca5 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: 20161221140236) do
+ActiveRecord::Schema.define(version: 20161221153951) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"