chore: Change primary actor to Conversation for all the notification types. (#8435)

This commit is contained in:
Muhsin Keloth
2023-12-06 10:43:09 +05:30
committed by GitHub
parent 17faa6c3b2
commit 76711d95ff
12 changed files with 91 additions and 74 deletions

View File

@@ -0,0 +1,5 @@
class RemoveNotificationsWithMessagePrimaryActor < ActiveRecord::Migration[7.0]
def change
Migration::RemoveMessageNotifications.perform_later
end
end

View File

@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[7.0].define(version: 2023_11_29_091149) do
ActiveRecord::Schema[7.0].define(version: 2023_12_01_014644) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_stat_statements"
enable_extension "pg_trgm"