add go bench client

This commit is contained in:
Gilles Soulier
2026-01-11 23:41:30 +01:00
parent c67befc549
commit 6abc70cdfe
80 changed files with 13311 additions and 61 deletions

View File

@@ -0,0 +1,5 @@
-- Migration 012: Add pci_device_id field to peripherals table
-- Date: 2026-01-05
-- Description: Add PCI device ID field (vendor:device format, e.g., 10ec:8168)
ALTER TABLE peripherals ADD COLUMN pci_device_id VARCHAR(20);