Chris@909: class PopulateUsersType < ActiveRecord::Migration Chris@909: def self.up Chris@909: Principal.update_all("type = 'User'", "type IS NULL") Chris@909: end Chris@909: Chris@909: def self.down Chris@909: end Chris@909: end