mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 02:35:57 +02:00
Do not allow more than 4 simultaneous EPP connections
This commit is contained in:
parent
b39c3ab262
commit
6a63c258f6
5 changed files with 25 additions and 4 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddRegistrarIdToEppSession < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :epp_sessions, :registrar_id, :integer
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue