about summary refs log tree commit diff
path: root/db/migrate/20181207011115_downcase_custom_emoji_domains.rb
AgeCommit message (Collapse)Author
2018-12-11Make custom emoji domains case insensitive #9351 (#9474)Adam Copp
* Make custom emoji domains case sensitive #9351 * Fixup style in downcase_domain to comply with codeclimate. * switch if! to unless * Don't use transactions, operate in batches. Also revert spurious schema change.