aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/034_run_solr_indexing.rb
blob: 3cdfdbde9229d2f656f0cd0cd52c7988ac7eac92 (plain)
1
2
3
4
5
6
7
8
9
class RunSolrIndexing < ActiveRecord::Migration
    def self.up
        # Not using SOLR yet after all
        #PublicBody.rebuild_solr_index
    end

    def self.down
    end
end