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_postgres.sql
278 278
  ip_address    VARCHAR(512),   -- the ip address inititiating the event
279 279
  principal     VARCHAR(512),   -- the user initiiating the event
280 280
  docid         VARCHAR(250),	-- the document id #
281
  rev           INT8,           -- the revision number
282 281
  event         VARCHAR(512),   -- the code symbolizing the event type
283 282
  date_logged   TIMESTAMP,      -- the datetime on which the event occurred
284 283
  CONSTRAINT access_log_pk PRIMARY KEY (entryid)

Also available in: Unified diff