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