class AddMwan3CfgToUplinks < ActiveRecord::Migration[6.0]
  def change
    add_column :uplinks, :mwan3_cfg, :text
  end
end
