Gab-Social/db/migrate/20201216051551_remove_chat_mutes.rb
2020-12-16 02:39:07 -05:00

6 lines
103 B
Ruby

class RemoveChatMutes < ActiveRecord::Migration[5.2]
def change
drop_table :chat_mutes
end
end