add mhvtl detect vendor

This commit is contained in:
Warp Agent
2025-12-27 14:13:27 +00:00
parent 8e77130c62
commit 0c461d0656
5 changed files with 20 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
-- Add vendor column to virtual_tape_libraries table
ALTER TABLE virtual_tape_libraries ADD COLUMN IF NOT EXISTS vendor VARCHAR(255);