mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Merge branch 'master' of github.com:domify/registry
This commit is contained in:
commit
17bf5c373e
9 changed files with 30 additions and 11 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