2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-08-21 19:11:18 +08:00
discourse/db/migrate/20210105165605_add_processed_to_notifications.rb

6 lines
119 B
Ruby

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