summaryrefslogtreecommitdiff
path: root/db/migrate/20120124133950_add_clip_no_screening_to_sip_account.rb
blob: ce2a7e9cc3243a5aef2453b6f688e7922f3b3434 (plain)
1
2
3
4
5
6
class AddClipNoScreeningToSipAccount < ActiveRecord::Migration
  def change
    add_column :sip_accounts, :clip_no_screening, :string
    remove_column :sip_accounts, :clip
  end
end