Sha256: 0f6cff6135d4109f714ece45df0f973d72a60fe7abd936285b7fe9af78e973a3
Contents?: true
Size: 284 Bytes
Versions: 45
Compression:
Stored size: 284 Bytes
Contents
class UpdateViewsToExcludeDeletedSessions < ActiveRecord::Migration[5.2] def change within_renalware_schema do update_view( :reporting_hd_blood_pressures_audit, version: 2, revert_to_version: 1, materialized: true ) end end end
Version data entries
45 entries across 45 versions & 1 rubygems