pull
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class RemoveUnreadCountFromGroupAccounts < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
safety_assured { remove_column :group_accounts, :unread_count, :integer }
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user