gab-social/db/migrate/20201216051551_remove_chat_...

6 lines
103 B
Ruby
Raw Normal View History

2020-12-16 07:39:07 +00:00
class RemoveChatMutes < ActiveRecord::Migration[5.2]
def change
drop_table :chat_mutes
end
end