Progress
This commit is contained in:
5
db/migrate/20201216051551_remove_chat_mutes.rb
Normal file
5
db/migrate/20201216051551_remove_chat_mutes.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class RemoveChatMutes < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
drop_table :chat_mutes
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user