chore: Fix issues with notification actors (#1807)
This commit is contained in:
5
db/migrate/20210219085719_remove_old_notifications.rb
Normal file
5
db/migrate/20210219085719_remove_old_notifications.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class RemoveOldNotifications < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
Notification.where(notification_type: 'assigned_conversation_new_message').destroy_all
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user