mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
schema: add missing primary keys (#12106)
* schema: add missing primary keys * Exclude ipv4_mac.id * Made primary key migrations SQLite compatible Co-authored-by: Tony Murray <murraytony@gmail.com>
This commit is contained in:
committed by
GitHub
parent
3bfafc857f
commit
2ca6f2f8d4
@@ -9,7 +9,7 @@ applications:
|
||||
order_by: metric
|
||||
arp-table:
|
||||
ipv4_mac:
|
||||
excluded_fields: [device_id, port_id]
|
||||
excluded_fields: [id, device_id, port_id]
|
||||
order_by: ipv4_mac.context_name, ipv4_mac.ipv4_address, ipv4_mac.mac_address
|
||||
bgp-peers:
|
||||
bgpPeers:
|
||||
|
Reference in New Issue
Block a user