diff --git a/05-data.sql b/05-data.sql index 0bbfe5489096bcf9a467f496cd14bf423cdae5aa..da444fc55bb4a0d525ac8a410395d10d2ee61cd3 100644 --- a/05-data.sql +++ b/05-data.sql @@ -5,8 +5,11 @@ INSERT INTO storage (storage_type, base_path, hostname) VALUES ('cold', '/ia2_tape_stb_01/users', 'tape-fe.ia2.inaf.it'); INSERT INTO storage (storage_type, base_path, hostname) VALUES ('hot', '/home/users', 'server'); INSERT INTO storage (storage_type, base_path, hostname) VALUES ('hot', '/home', 'localhost'); +INSERT INTO storage (storage_type, base_path, hostname) VALUES ('hot', '/home/vospace/upload', 'localhost'); INSERT INTO location (location_type, storage_src_id, storage_dest_id) VALUES ('async', 1, 3); +INSERT INTO location (location_type, storage_src_id, storage_dest_id) VALUES ('async', 1, 3); +INSERT INTO location (location_type, storage_src_id, storage_dest_id) VALUES ('user', 4, 4); -- parent_path = parent_relative_path INSERT INTO node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES (NULL, NULL, '', 'container', '0', '0'); -- /