Loading 05-data.sql +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ */ 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', '/mnt/hot_storage/users', 'server'); INSERT INTO storage (storage_type, base_path, hostname) VALUES ('local', '/home', 'localhost'); INSERT INTO storage (storage_type, base_path, hostname) VALUES ('local', '/home/vospace/upload', 'localhost'); Loading Loading
05-data.sql +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ */ 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', '/mnt/hot_storage/users', 'server'); INSERT INTO storage (storage_type, base_path, hostname) VALUES ('local', '/home', 'localhost'); INSERT INTO storage (storage_type, base_path, hostname) VALUES ('local', '/home/vospace/upload', 'localhost'); Loading