view .svn/pristine/8c/8cb30d9e4bb25d408d3abfe2d628a22f8364a025.svn-base @ 1408:b09744f35f76 biblio_alt_search_auth

Fixed the initial state of the Save/Edit buttons.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 01 Oct 2013 12:08:09 +0100
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