mirror of https://github.com/mastodon/mastodon
Fix error when attempting to delete posts that triggered a notification request (#29666)
parent
d4449cc682
commit
954b470fbc
@ -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
|
Loading…
Reference in New Issue