Sha256: f0a4e785215f7d872c812b0a90c3da6dbe08bc47e91a1213a427a749378c7956
Contents?: true
Size: 334 Bytes
Versions: 15
Compression:
Stored size: 334 Bytes
Contents
class OverloadConvertToFloatFunction < ActiveRecord::Migration[5.2] def up within_renalware_schema do load_function("convert_to_float_with_explicit_return_v01.sql") end end def down within_renalware_schema do connection.execute("DROP FUNCTION renalware.convert_to_float(text, float)") end end end
Version data entries
15 entries across 15 versions & 1 rubygems