Revision 6766
Added by ben leinfelder about 13 years ago
upgrade-db-to-2.0.0-postgres.sql | ||
---|---|---|
11 | 11 |
submitter VARCHAR(256), -- the user who originally submitted the doc |
12 | 12 |
object_format VARCHAR(256), --the format of the object |
13 | 13 |
size VARCHAR(256), --the size of the object |
14 |
archived boolean, -- specifies whether this an archived object |
|
14 | 15 |
replication_allowed boolean, -- replication allowed |
15 | 16 |
number_replicas INT8, -- the number of replicas allowed |
16 | 17 |
obsoletes text, -- the identifier that this record obsoletes |
Also available in: Unified diff
include 'archived' system metadata element in backing DB store