Project

General

Profile

« Previous | Next » 

Revision 5917

Added by berkley over 13 years ago

fixed bugs in listObjects

View differences:

upgrade-db-to-1.10.0-oracle.sql
12 12
   origin_member_node VARCHAR2(250), --the member node where the document was first uploaded
13 13
   authoritive_member_node VARCHAR2(250), --the member node that currently controls the document
14 14
   date_modified DATE, -- the last date/time that the file was changed
15
   submitter VARCHAR2(256) -- the user who originally submitted the doc
15
   submitter VARCHAR2(256), -- the user who originally submitted the doc
16
   object_format VARCHAR2(256), --the format of the object
17
   size VARCHAR2(256) --the size of the object
16 18
)
17 19

  
18 20
CREATE TABLE identifier (

Also available in: Unified diff