Project

General

Profile

« Previous | Next » 

Revision 6561

move the DataONE 1.0.0-SNAPSHOT

View differences:

upgrade-db-to-2.0.0-postgres.sql
1 1
CREATE TABLE systemMetadata (
2 2
	guid   text,          -- the globally unique string identifier of the object that the system metadata describes
3
	serial_version VARCHAR(256), --the serial version of the object
3 4
	date_uploaded TIMESTAMP, -- the date/time the document was first submitted
4 5
	rights_holder VARCHAR(250), --the user who has rights to the document, usually the first persons to upload it
5 6
	checksum VARCHAR(512), --the checksum of the doc using the given algorithm (see below)

Also available in: Unified diff