summaryrefslogtreecommitdiff
path: root/db/migrate/20120409092724_add_importer_checksum_to_user.rb
blob: a457bcff7c1dc7c63180b9c721ada0d4bd3e8f8f (plain)
1
2
3
4
5
6
class AddImporterChecksumToUser < ActiveRecord::Migration
  def change
    add_column :users, :importer_checksum, :string

  end
end