Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DB differences between 1.3.0 and 1.4.0 Reference Implementations #92

Open
huwsteadCL opened this issue May 10, 2019 · 2 comments
Open

Comments

@huwsteadCL
Copy link

Can you confirm that the point:

'Remove LDH_name in domain and nameserver tables in reference implementation.'

Is the only change to the reference implementation database? (and if so I am assuming that content from the xxx_ldh_name field should instead be populated in the xxx_unicode_name field)

We currently have a draft 1.3.0 solution with data in the reference database and I ideally wanted to retain the existing database content (which should be simple enough if we know the changes)

@TheRedTrainer
Copy link

As far as I know, all the changes are the following:

  • xxx_ldh_name removed from domain and nameserver (the ldh name is generated from the unicode name). It was removed in order to avoid data duplicity and possible data integrity errors
  • a new column vpi_country_code for vcard_postal_info table (in order to allow adding a country code to a vcard postal info, according to requirement 1.4 from ICANN's gTLD RDAP Profile)
  • a new table named vcard_contact_uri that allows to add contact uris for a vcard (fulfilling the requirement 2.7.5 from ICANN's gTLD RDAP Profile )

@huwsteadCL
Copy link
Author

Thanks for the confirmation.

Just as a note. It looks like https://www.reddog.mx/migration.html needs to be updated to include details of the new table vcard_contact_uri

@dhfelix dhfelix reopened this May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants