Project

General

Profile

« Previous | Next » 

Revision 6542

add User-Agent logging to support D1 requirements

View differences:

upgrade-db-to-1.10.0-postgres.sql
58 58
*/
59 59
ALTER TABLE xml_access ADD COLUMN guid text;
60 60

  
61
/**
62
 * track the user-agent for the request
63
 */
64
ALTER TABLE acces_log ADD COLUMN user_agent VARCHAR(512);
65

  
61 66
/*
62 67
 * Register the DataONE schemas
63 68
 */

Also available in: Unified diff