class AddImsiToUplinks < ActiveRecord::Migration[6.0]
  def change
    add_column :uplinks, :imsi, :string
  end
end
