Mercurial > hg > soundsoftware-site
view .svn/pristine/0a/0afcb9f11cbb636f2ad064a5db4a409c777ec8da.svn-base @ 1532:a0460a3d154f cannam
Toward getting the user id for a committer by name as well as login/email
author | Chris Cannam |
---|---|
date | Wed, 11 Feb 2015 13:13:03 +0000 |
parents | dffacf8a6908 |
children |
line wrap: on
line source
class PopulateUsersType < ActiveRecord::Migration def self.up Principal.where("type IS NULL").update_all("type = 'User'") end def self.down end end