Sha256: aa0fc971fff184c458079697566a5cf01472bbf0c4649ba4e001dba02d198fb2
Contents?: true
Size: 323 Bytes
Versions: 98
Compression:
Stored size: 323 Bytes
Contents
class CreateFunctionToSortWithoutFailingOnNonnumerics < ActiveRecord::Migration[5.1] def up within_renalware_schema do load_function("convert_to_float_v01.sql") end end def down within_renalware_schema do connection.execute("drop function if exists convert_to_float(text)") end end end
Version data entries
98 entries across 98 versions & 1 rubygems