You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
COMMENT ON TABLE data_carousel_requests IS E'Table of Data Carousel requests';
2782
2785
COMMENT ON COLUMN data_carousel_requests.request_id IS E'Sequential ID of the request, generated from PostgreSQL sequence object jedi_data_carousel_request_id_seq when new request is inserted';
@@ -2794,8 +2797,12 @@ COMMENT ON COLUMN data_carousel_requests.start_time IS E'Timestamp when the requ
2794
2797
COMMENT ON COLUMN data_carousel_requests.end_time IS E'Timestamp when the request ended';
2795
2798
COMMENT ON COLUMN data_carousel_requests.modification_time IS E'Timestamp of the last request update';
2796
2799
COMMENT ON COLUMN data_carousel_requests.check_time IS E'Last time when the request was checked';
2797
-
COMMENT ON COLUMN doma_panda.data_carousel_requests.source_tape IS E'Physical tape behind source RSE';
2798
-
COMMENT ON COLUMN doma_panda.data_carousel_requests.parameters IS E'Extra parameters of staging in JSON';
2800
+
COMMENT ON COLUMN data_carousel_requests.source_tape IS E'Physical tape behind source RSE';
2801
+
COMMENT ON COLUMN data_carousel_requests.parameters IS E'Extra parameters of staging in JSON';
2802
+
COMMENT ON COLUMN data_carousel_requests.last_staged_time IS E'Last time of update about staged files';
2803
+
COMMENT ON COLUMN data_carousel_requests.locked_by IS E'The process which locks the request entry';
2804
+
COMMENT ON COLUMN data_carousel_requests.lock_time IS E'Timestamp when the request entry was locked';
0 commit comments