gab-social/db/migrate/20201130171423_remove_disab...

5 lines
153 B
Ruby

class RemoveDisabledFromCustomEmojis < ActiveRecord::Migration[5.2]
def change
safety_assured { remove_column :custom_emojis, :disabled }
end
end