Sha256: 2b796ad0bcd55bc55f5ac3d91d13ed3811c2c3a9fcaba79f97159769f783b09f
Contents?: true
Size: 207 Bytes
Versions: 63
Compression:
Stored size: 207 Bytes
Contents
class CreateCountEstimateFunction < ActiveRecord::Migration[5.1] def up load_function "count_estimate_v01.sql" end def down connection.execute("DROP FUNCTION count_estimate(text);") end end
Version data entries
63 entries across 63 versions & 1 rubygems