2eae58725a
Is confusing since "source" already captures the origin of the notifications. It's needed to interpret things at rendering time, so we can query things as needed there.
6 lines
167 B
Ruby
6 lines
167 B
Ruby
class RemoveNotificationResources < ActiveRecord::Migration[8.1]
|
|
def change
|
|
remove_reference :notifications, :resource, polymorphic: true, index: true
|
|
end
|
|
end
|