Do not allow more than 4 simultaneous EPP connections

This commit is contained in:
Martin Lensment 2015-05-20 20:41:53 +03:00
parent b39c3ab262
commit 6a63c258f6
5 changed files with 25 additions and 4 deletions

View file

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