From 7a50ef7a343db57ca055a54a6109a61dc2690dc7 Mon Sep 17 00:00:00 2001 From: cristiano <cristiano.urban@inaf.it> Date: Fri, 6 Dec 2024 13:12:55 +0100 Subject: [PATCH] Added 'IBM Spectrum Protect integrations: tape_hsm_fs' column to replace 'tape_pool'. Signed-off-by: cristiano <cristiano.urban@inaf.it> --- 00-tables.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/00-tables.sql b/00-tables.sql index f1423f9..5c834f1 100644 --- a/00-tables.sql +++ b/00-tables.sql @@ -21,6 +21,7 @@ CREATE TABLE storage ( storage_type StorageType NOT NULL, base_path VARCHAR default NULL, hostname VARCHAR NOT NULL, + tape_hsm_fs VARCHAR default NULL, PRIMARY KEY (storage_id) ); -- GitLab