From 6ad3eb58d031dcfbefcf22d863aeca2bb3a25a2c Mon Sep 17 00:00:00 2001 From: cristiano <cristiano.urban@inaf.it> Date: Wed, 4 Dec 2024 09:21:18 +0100 Subject: [PATCH] Removed 'tape_pool' column from 'storage' table (needed for IBM Spectrum Protect integration). Signed-off-by: cristiano <cristiano.urban@inaf.it> --- 00-tables.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/00-tables.sql b/00-tables.sql index b4cce54..f1423f9 100644 --- a/00-tables.sql +++ b/00-tables.sql @@ -21,7 +21,6 @@ CREATE TABLE storage ( storage_type StorageType NOT NULL, base_path VARCHAR default NULL, hostname VARCHAR NOT NULL, - tape_pool VARCHAR default NULL, PRIMARY KEY (storage_id) ); -- GitLab