summaryrefslogtreecommitdiff
path: root/lib/api/project_snippets.rb
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2015-05-08 08:29:07 +0000
committerValery Sizov <valery@gitlab.com>2015-05-08 08:29:07 +0000
commitd881345ed71b05d404d277624556a438064f09cd (patch)
treefd9e782104d118b8c2379dee9d9fc04696f87f33 /lib/api/project_snippets.rb
parente1727f608b7ccc3ac2c4bf55ca96e4b811ed851a (diff)
parent548cec6ea46f0d66a60b564b2b72281b3c800fdd (diff)
downloadgitlab-ce-d881345ed71b05d404d277624556a438064f09cd.tar.gz
Merge branch 'fix-mysql-migration-with-tags' into 'master'
Change the MySQL collation type to utf8_bin to ensure case-sensitive tags are supported MySQL tables had a collation type of utf8_ci, which makes the name case-insensitive. Previously this migration was run only after indices were built, but it needs to happen before if there is existing data that is case-sensitive. This is an idempotent change, so applying it again in the existing migration (20150425164651) should not change anything. This is related to !623, but this migration should run before that one. * Closes #1589 * Closes https://github.com/gitlabhq/gitlabhq/issues/9255 See merge request !625
Diffstat (limited to 'lib/api/project_snippets.rb')
0 files changed, 0 insertions, 0 deletions