mirror of
https://github.com/discourse/discourse.git
synced 2025-08-21 19:11:18 +08:00
6 lines
119 B
Ruby
6 lines
119 B
Ruby
# frozen_string_literal: true
|
|
|
|
class AddProcessedToNotifications < ActiveRecord::Migration[6.0]
|
|
def change
|
|
end
|
|
end
|