diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-12-21 19:31:30 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-12-24 19:39:51 +0200 |
| commit | d72b40423c6736fd24ef4371604897871a1b3acc (patch) | |
| tree | 059e017d8115f4dbc3d74459133c30db97a03afd /db/schema.rb | |
| parent | 79ce691d71e8fcbd198f9c228bc7db1bfd2b6e03 (diff) | |
| download | gitlab-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.rb | 2 |
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" |
