mirror of
https://github.com/netbox-community/netbox.git
synced 2026-05-06 22:12:43 +08:00
Expose the current PostgreSQL schema from the system view and include it in the exported system data. Load the Database tab on demand with HTMX so schema introspection only runs when the panel is opened, while keeping the export path eager. Use the active PostgreSQL schema instead of assuming `public`, move the schema helpers into `core.utils`, and tidy the accordion toggle styling.