Merge branch 'master' of github.com:domify/registry

This commit is contained in:
Priit Tark 2015-05-20 21:00:03 +03:00
commit 17bf5c373e
9 changed files with 30 additions and 11 deletions

View file

@ -0,0 +1,5 @@
class AddRegistrarIdToEppSession < ActiveRecord::Migration
def change
add_column :epp_sessions, :registrar_id, :integer
end
end