Sha256: 7ccf1ebfeec796c4689ecf9b3f10b560b5a2849674835575e8a2529ff0fc8b87
Contents?: true
Size: 272 Bytes
Versions: 232
Compression:
Stored size: 272 Bytes
Contents
class ChangeTagCloudGrainSizes < ActiveRecord::Migration def self.up execute "update tag_clouds set grain_size = 'all' where grain_size = 'unknown'" end def self.down execute "update tag_clouds set grain_size = 'unknown' where grain_size = 'all'" end end
Version data entries
232 entries across 124 versions & 4 rubygems