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
error on line 39 for query
SELECT SUM(dcim_powerport.allocated_draw)
FROM dcim_powerport
WHERE (
dcim_powerport._cable_peer_id IN (
SELECT W0.id
FROM dcim_poweroutlet W0
WHERE W0.power_port_id IN (
SELECT V0.id
FROM dcim_powerport V0
WHERE (V0._cable_peer_type_id = 55)
)
)
AND dcim_powerport._cable_peer_type_id = 29
): unable to find field with index 6 in row of 3 columns
unable to find field with index 6 in row of 3 columns
Bookkeeping note: this is breaking NTC test nautobot.dcim.tests.test_views.RackTestCase.test_powerports
The text was updated successfully, but these errors were encountered:
SQL:
MySQL behavior:
dolt behavior:
Bookkeeping note: this is breaking NTC test
nautobot.dcim.tests.test_views.RackTestCase.test_powerports
The text was updated successfully, but these errors were encountered: