diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-04 20:43:49 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-04 20:43:49 +0300 |
commit | af5faaf0e1e001558302704a421eb01f5e7a26ea (patch) | |
tree | a53ed55cd7b35f23f74ebe33b6610c77fafec132 /doc/update/5.4-to-6.0.md | |
parent | 8f05fbbab5754b2a05547bae7ed3f9c409d8a640 (diff) | |
download | gitlab-ce-af5faaf0e1e001558302704a421eb01f5e7a26ea.tar.gz |
Move diff parsing to own class. Correctly identify note diff line
Diffstat (limited to 'doc/update/5.4-to-6.0.md')
-rw-r--r-- | doc/update/5.4-to-6.0.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/update/5.4-to-6.0.md b/doc/update/5.4-to-6.0.md index 37e8983df8f..be6fa98ae7a 100644 --- a/doc/update/5.4-to-6.0.md +++ b/doc/update/5.4-to-6.0.md @@ -61,6 +61,7 @@ sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production sudo -u git -H bundle exec rake migrate_groups RAILS_ENV=production
sudo -u git -H bundle exec rake migrate_global_projects RAILS_ENV=production
sudo -u git -H bundle exec rake migrate_keys RAILS_ENV=production
+sudo -u git -H bundle exec rake migrate_inline_notes RAILS_ENV=production
```
|