Skip to content

Fix broken migration in MySQL

Stan Hu requested to merge stanhu/gitlab-ce:fix-broken-mysql-migration into master

keys is a reserved name in MySQL, so if this migration actually attempted to remove any duplicate keys it would fail.

Closes #19344 (closed)

Merge request reports