Chris@0: class FixMessagesStickyNull < ActiveRecord::Migration Chris@0: def self.up Chris@1517: Message.where('sticky IS NULL').update_all('sticky = 0') Chris@0: end Chris@0: Chris@0: def self.down Chris@0: # nothing to do Chris@0: end Chris@0: end