netbox-community / migration-scripts

Apache License 2.0
10 stars 4 forks source link

"contact_phone" and "contact_email" not migrated #1

Open 1va13n7in opened 2 years ago

1va13n7in commented 2 years ago

It seems the Tabelle "contact_phone" and "contact_email" will not be migrated.

I'am neither a phyton nor an SQL programmer, but both below listed statements return a not empty list after running the migration script in NOT dry-run mode.

select from dcim_site where contact_email != ''; select from dcim_site where contact_phone != '';