Sha256: 2097bd3518b108d5b1f2764a568a465e4f74f03a6af0d42aa4de20742d704889
Contents?: true
Size: 161 Bytes
Versions: 34
Compression:
Stored size: 161 Bytes
Contents
class PopulateUsersType < ActiveRecord::Migration def self.up Principal.where("type IS NULL").update_all("type = 'User'") end def self.down end end
Version data entries
34 entries across 34 versions & 1 rubygems