You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 != '';
The text was updated successfully, but these errors were encountered:
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 != '';
The text was updated successfully, but these errors were encountered: