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
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)
);