Project

General

Profile

« Previous | Next » 

Revision 6759

remove docid column in favor of guid
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5560

View differences:

xmltables-oracle.sql
282 282
 * ACL -- table to store ACL for XML documents by principals
283 283
 */
284 284
CREATE TABLE xml_access (
285
	docid		VARCHAR2(250),	-- the document id #
286 285
	guid   VARCHAR2(2000),    -- the globally unique string identifier
287 286
	accessfileid	VARCHAR2(250),	-- the document id # for the access file
288 287
	principal_name	VARCHAR2(100),	-- name of user, group, etc.

Also available in: Unified diff