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 COLUMN dss_upload_delivery.upload_status IS 'The current processing status of the uploaded file: Pending, Processed, or Failed';
22
23
COMMENT ON COLUMN dss_upload_delivery.upload_lines_total IS 'The total number of lines in the uploaded file';
@@ -27,6 +28,7 @@ COMMENT ON COLUMN dss_upload_delivery.registration_status IS 'The current proces
27
28
COMMENT ON COLUMN dss_upload_delivery.registration_lines_failure IS 'The number of lines in the uploaded file that failed to validate the registration number';
28
29
COMMENT ON COLUMN dss_upload_delivery.registration_lines_success IS 'The number of lines in the uploaded file that successfully validated the registration number';
29
30
COMMENT ON COLUMN dss_upload_delivery.upload_user_guid IS 'The globally unique identifier (assigned by the identity provider) for the user who uploaded the file';
31
+
COMMENT ON COLUMN dss_upload_delivery.upload_date IS 'Date and time the file was uploaded';
30
32
31
33
-- Create new columns in the upload line for holding registration validation status and text
Copy file name to clipboardExpand all lines: frontend/src/app/features/components/registration-validation-history/registration-validation-history.component.html
Copy file name to clipboardExpand all lines: frontend/src/app/features/components/registration-validation-history/registration-validation-history.component.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,9 @@ export class RegistrationValidationHistoryComponent {
0 commit comments