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