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