Sha256: fdd75b228c9c2988f285fa4c3dcb9858668a6a6da33275fa8bd78aa1cb21e872
Contents?: true
Size: 284 Bytes
Versions: 98
Compression:
Stored size: 284 Bytes
Contents
class UpdateHDOverallAuditToVersion7 < ActiveRecord::Migration[5.1] def change within_renalware_schema do update_view :reporting_hd_overall_audit, materialized: true, version: 7, revert_to_version: 6 end end end
Version data entries
98 entries across 98 versions & 1 rubygems