class AmsPgCreateDasherizeFunctions

Public Instance Methods

down() click to toggle source
# File lib/generators/active_record/templates/migration.rb, line 7
def down
  execute "DROP FUNCTION jsonb_dasherize(jsonb)"
end