Sha256: ab2e4a051d71dc1607b6f45407172e5a2de3d2ce970bd13cec7d65af35cf0d3e
Contents?: true
Size: 185 Bytes
Versions: 111
Compression:
Stored size: 185 Bytes
Contents
class ChangeIndexStatusToLongblob < ActiveRecord::Migration[5.0] def change change_column :spotlight_solr_document_sidecars, :index_status, :binary, limit: 10.megabytes end end
Version data entries
111 entries across 111 versions & 1 rubygems