mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
Basic domain import
This commit is contained in:
parent
7707f5ff8e
commit
41b51455cf
7 changed files with 107 additions and 10 deletions
|
@ -0,0 +1,6 @@
|
|||
class AddLegacyColumnsForDomain < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :domains, :legacy_id, :integer
|
||||
add_column :nameservers, :legacy_id, :integer
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue