Project

General

Profile

« Previous | Next » 

Revision 2101

Added by Matt Jones about 20 years ago

Modified EventLog to eliminate the separate revision column and instead fold
that into the docid string. Log now includes read events, but need to update
the data sent there.

View differences:

xmltables.sql
330 330
  ip_address    VARCHAR2(512),  -- the ip address inititiating the event
331 331
  principal     VARCHAR2(512),  -- the user initiiating the event
332 332
  docid         VARCHAR2(250),	-- the document id #
333
  rev           NUMBER(10),     -- the revision number
334 333
  event         VARCHAR2(512),  -- the code symbolizing the event type
335 334
  date_logged   DATE,           -- the datetime on which the event occurred
336 335
  CONSTRAINT access_log_pk PRIMARY KEY (entryid)

Also available in: Unified diff