summaryrefslogtreecommitdiff
path: root/doc/update/5.4-to-6.0.md
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-04 20:43:49 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-04 20:43:49 +0300
commitaf5faaf0e1e001558302704a421eb01f5e7a26ea (patch)
treea53ed55cd7b35f23f74ebe33b6610c77fafec132 /doc/update/5.4-to-6.0.md
parent8f05fbbab5754b2a05547bae7ed3f9c409d8a640 (diff)
downloadgitlab-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.md1
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
```