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

Added 'tape_pool' column to 'storage' table.

parent 03653bed
No related branches found
No related tags found
No related merge requests found
Pipeline #16010 passed
......@@ -21,6 +21,7 @@ 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)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment