Sha256: 3221fa7594a960cbe7f74b60806da70ac69515abb4b0278ca829e04581d77024
Contents?: true
Size: 249 Bytes
Versions: 98
Compression:
Stored size: 249 Bytes
Contents
class UpdateReportingDailyPathologyViewToV2 < ActiveRecord::Migration[5.2] def change within_renalware_schema do update_view( :reporting_daily_pathology, version: 2, revert_to_version: 1 ) end end end
Version data entries
98 entries across 98 versions & 1 rubygems