Project

General

Profile

« Previous | Next » 

Revision 8028

type the doctype="metadata" objects as "FGDC-STD-001-1998" formatId for rendering XSLT and for DataONE SystemMetadata.

View differences:

xmltables-postgres.sql
466 466
  harvest_date           DATE,          -- date of the current harvest
467 467
  status                 INT8,          -- non-zero indicates an error status
468 468
  message                VARCHAR(1000), -- text message for this log entry
469
  harvest_operation_code VARCHAR(30),   -- the type of harvest operation
469
  harvest_operation_code VARCHAR(1000),   -- the type of harvest operation
470 470
  site_schedule_id       INT8,          -- site schedule id, or 0 if no site
471 471
  CONSTRAINT harvest_log_pk PRIMARY KEY (harvest_log_id)
472 472
);

Also available in: Unified diff