Sha256: b346c5bd960e6000f8c381331e1202ee6f9a1b0fb06eabf732b8f1f35b207461
Contents?: true
Size: 217 Bytes
Versions: 20
Compression:
Stored size: 217 Bytes
Contents
class FixImageUuidPrefix < ActiveRecord::Migration[5.2] def up Image.where(compute_resource: ForemanAzureRm::AzureRm.unscoped.all).update_all("uuid = concat('marketplace://', uuid)") end def down end end
Version data entries
20 entries across 20 versions & 1 rubygems