Fix downcase test
This commit is contained in:
parent
383533fd25
commit
875cecf4d8
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
||||||
class DowncaseCustomEmojiDomains < ActiveRecord::Migration[5.2]
|
class DowncaseCustomEmojiDomains < ActiveRecord::Migration[5.2]
|
||||||
disable_ddl_transaction!
|
disable_ddl_transaction!
|
||||||
|
|
||||||
|
class EmojiReaction < ApplicationRecord
|
||||||
|
# Dummy class, to make migration possible across version changes
|
||||||
|
end
|
||||||
|
|
||||||
def up
|
def up
|
||||||
duplicates = CustomEmoji.connection.select_all('SELECT string_agg(id::text, \',\') AS ids FROM custom_emojis GROUP BY shortcode, lower(domain) HAVING count(*) > 1').to_ary
|
duplicates = CustomEmoji.connection.select_all('SELECT string_agg(id::text, \',\') AS ids FROM custom_emojis GROUP BY shortcode, lower(domain) HAVING count(*) > 1').to_ary
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue