Commit 8cdd821d authored by Andreas Brandl's avatar Andreas Brandl

Merge branch 'docs-add-missing-column-on-changing-column-types' into 'master'

Add missing column on "Changing Column Types"

See merge request gitlab-org/gitlab!23367
parents d9300f19 e850e594
......@@ -213,7 +213,7 @@ class ChangeUsersUsernameStringToTextCleanup < ActiveRecord::Migration[4.2]
disable_ddl_transaction!
def up
cleanup_concurrent_column_type_change :users
cleanup_concurrent_column_type_change :users, :username
end
def down
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment