Sha256: 65af3241791f67ac3865d5e38efcde4a80cfd40d94ae868dd89b42c7110eeccd
Contents?: true
Size: 321 Bytes
Versions: 98
Compression:
Stored size: 321 Bytes
Contents
class CreateFunctionToImportPractices < ActiveRecord::Migration[5.0] def up within_renalware_schema do load_function("import_practices_csv_v01.sql") end end def down within_renalware_schema do connection.execute("DROP FUNCTION IF EXISTS import_practices_csv(file text);") end end end
Version data entries
98 entries across 98 versions & 1 rubygems