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