dawarich/db/data/20241206163450_create_telemetry_notification.rb

8 lines
131 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
class CreateTelemetryNotification < ActiveRecord::Migration[7.2]
2025-04-11 13:13:46 -04:00
def up; end
2025-04-11 13:13:46 -04:00
def down; end
end