Sha256: 2e21c0d4d2ccb7b0acaeacd59819a1a1b67139491ab4f0d3505affdb2c491dd5
Contents?: true
Size: 149 Bytes
Versions: 105
Compression:
Stored size: 149 Bytes
Contents
class AddHitsCountToInsightsFacetsTable < ActiveRecord::Migration[5.0] def change add_column :insights_facets, :hits_count, :integer end end
Version data entries
105 entries across 105 versions & 1 rubygems