mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 16:59:41 +00:00
Fix error when attempting to delete posts that triggered a notification request (#29666)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class ChangeNotificationRequestLastStatusIdNullable < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
change_column_null :notification_requests, :last_status_id, true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user