internetee-registry/db/migrate/20150514132606_add_registrant_ident_to_users.rb
2015-05-14 18:02:31 +03:00

5 lines
131 B
Ruby

class AddRegistrantIdentToUsers < ActiveRecord::Migration
def change
add_column :users, :registrant_ident, :string
end
end