Mercurial > hg > soundsoftware-site
view .svn/pristine/5d/5dff77419b9473a0b68c43eaf31092c47904cb7a.svn-base @ 1605:18643ab36008 deploy
Fixes, doc updates
author | Chris Cannam |
---|---|
date | Thu, 24 Aug 2017 15:56:50 +0100 |
parents | dffacf8a6908 |
children |
line wrap: on
line source
class FixMessagesStickyNull < ActiveRecord::Migration def self.up Message.where('sticky IS NULL').update_all('sticky = 0') end def self.down # nothing to do end end