mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:09:00 +08:00
7 lines
119 B
Ruby
7 lines
119 B
Ruby
# frozen_string_literal: true
|
|
|
|
class AddProcessedToNotifications < ActiveRecord::Migration[6.0]
|
|
def change
|
|
end
|
|
end
|