Commit Graph

3 Commits (072158ee973f8e09a0abd34a825d9bce038a5d68)

Author SHA1 Message Date
Eugen Rochko 0a4caa89c3
Fix regression in custom emoji migration ()
Fix 
Eugen Rochko 0e989a5b8f
Fix unique violation in downcase custom emoji domain migration ()
Fix 
Adam Copp 7d00e4edbd Make custom emoji domains case insensitive ()
* Make custom emoji domains case sensitive 

* 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.