add go bench client
This commit is contained in:
5
backend/migrations/012_add_pci_device_id.sql
Normal file
5
backend/migrations/012_add_pci_device_id.sql
Normal 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);
|
||||
Reference in New Issue
Block a user