# frozen_string_literal: true class MigrateDefaultNotificationSettings < ActiveRecord::Migration[7.0] def up; end def down; end end