fix(db): do not create bridge_port index in 003 before column exists
Made-with: Cursor
This commit is contained in:
@@ -14,6 +14,3 @@ create index if not exists idx_scan_port_devices_scan_ip_if
|
|||||||
|
|
||||||
create index if not exists idx_scan_port_devices_scan_ip_mac
|
create index if not exists idx_scan_port_devices_scan_ip_mac
|
||||||
on scan_port_devices (scan_id, ip, mac);
|
on scan_port_devices (scan_id, ip, mac);
|
||||||
|
|
||||||
create index if not exists idx_scan_port_devices_scan_ip_br
|
|
||||||
on scan_port_devices (scan_id, ip, bridge_port);
|
|
||||||
|
|||||||
Reference in New Issue
Block a user