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)
);
......@@ -163,4 +164,4 @@ CREATE TABLE collections_node (
collection_id INT references collections(collection_id) ON DELETE CASCADE ON UPDATE CASCADE,
node_id BIGINT references node(node_id) ON DELETE CASCADE ON UPDATE CASCADE,
PRIMARY KEY(collection_id, node_id)
);
\ No newline at end of file
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment