addon
This commit is contained in:
5
backend/migrations/012_add_usb_device_id.sql
Normal file
5
backend/migrations/012_add_usb_device_id.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Migration 012: Add usb_device_id field
|
||||
-- Date: 2025-12-31
|
||||
|
||||
ALTER TABLE peripherals ADD COLUMN usb_device_id TEXT;
|
||||
CREATE INDEX IF NOT EXISTS idx_peripherals_usb_device_id ON peripherals(usb_device_id);
|
||||
Reference in New Issue
Block a user