Skip to content
Snippets Groups Projects
Commit 6ad3eb58 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Removed 'tape_pool' column from 'storage' table (needed for IBM Spectrum Protect integration).

parent 2bae7d85
No related branches found
No related tags found
No related merge requests found
Pipeline #24512 passed
...@@ -21,7 +21,6 @@ CREATE TABLE storage ( ...@@ -21,7 +21,6 @@ CREATE TABLE storage (
storage_type StorageType NOT NULL, storage_type StorageType NOT NULL,
base_path VARCHAR default NULL, base_path VARCHAR default NULL,
hostname VARCHAR NOT NULL, hostname VARCHAR NOT NULL,
tape_pool VARCHAR default NULL,
PRIMARY KEY (storage_id) PRIMARY KEY (storage_id)
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment