Sha256: a5fa42c5d6112f87f6a22e04548c5f5c2f7050b228eedeacc61f9b76ed17e35a
Contents?: true
Size: 362 Bytes
Versions: 16
Compression:
Stored size: 362 Bytes
Contents
class CreateDailyReports < ActiveRecord::Migration[5.1] def change reversible do |direction| direction.up { connection.execute("SET SEARCH_PATH=renalware,public;") } direction.down { connection.execute("SET SEARCH_PATH=renalware,public;") } end create_view :reporting_daily_pathology create_view :reporting_daily_letters end end
Version data entries
16 entries across 16 versions & 1 rubygems