Sha256: 1a94cb380aa2408146ac8441073a324d126368c661dc781efc358fa8e519dfeb
Contents?: true
Size: 227 Bytes
Versions: 11
Compression:
Stored size: 227 Bytes
Contents
class UpdateMedicationCurrentPrescriptionsView < ActiveRecord::Migration[5.2] def change within_renalware_schema do replace_view :medication_current_prescriptions, version: 2, revert_to_version: 1 end end end
Version data entries
11 entries across 11 versions & 1 rubygems