diff options
author | DJ Mountney <david@twkie.net> | 2016-05-15 07:59:49 -0700 |
---|---|---|
committer | DJ Mountney <david@twkie.net> | 2016-05-25 10:47:09 -0700 |
commit | 1a7326ba9ae4c7db0d03df0c114b84a22ab83ced (patch) | |
tree | 7f2802b194f5db25135d0916b164477fc3218203 /CHANGELOG | |
parent | 40d4d8a4e7d3934731448a76c6d65db7943852c2 (diff) | |
download | gitlab-ce-1a7326ba9ae4c7db0d03df0c114b84a22ab83ced.tar.gz |
Switch the gitlab:db:configure task to use tables.any? instead of looking specifically for the schema_migrations table
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index 56e6ea1686c..7aa12018bb3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.9.0 (unreleased) - Redesign navigation for project pages - Use gitlab-shell v3.0.0 + - Add rake task 'gitlab:db:configure' for conditionally seeding or migrating the database - Changed the Slack build message to use the singular duration if necessary (Aran Koning) - Fix issues filter when ordering by milestone - Todos will display target state if issuable target is 'Closed' or 'Merged' @@ -46,7 +47,6 @@ v 8.8.0 - Sanitize repo paths in new project error message - Bump mail_room to 0.7.0 to fix stuck IDLE connections - Remove future dates from contribution calendar graph. - - Add rake task 'gitlab:db:configure' for conditionally seeding or migrating the database - Support e-mail notifications for comments on project snippets - Fix API leak of notes of unauthorized issues, snippets and merge requests - Use ActionDispatch Remote IP for Akismet checking |