view .svn/pristine/8c/8cb30d9e4bb25d408d3abfe2d628a22f8364a025.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 038ba2d95de8
children
line wrap: on
line source
class AddAuthSourcesFilter < ActiveRecord::Migration
  def self.up
    add_column :auth_sources, :filter, :string
  end

  def self.down
    remove_column :auth_sources, :filter
  end
end