discourse/db/migrate/20210105165605_add_processe...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
119 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class AddProcessedToNotifications < ActiveRecord::Migration[6.0]
def change
end
end