Project

General

Profile

« Previous | Next » 

Revision 7830

upgrade to Metacat 2.1.0 on the trunk. This includes a new index_event table for storing indexing events that need to be reprocessed. https://projects.ecoinformatics.org/ecoinfo/issues/5944

View differences:

xmltables-postgres.sql
402 402
  CONSTRAINT access_log_pk PRIMARY KEY (entryid)
403 403
);
404 404

  
405
/*
406
 * the index_event table for solr-based indexing
407
 */
408
CREATE TABLE index_event (
409
	guid text,
410
	event_action VARCHAR(250),
411
	description text, 
412
	event_date TIMESTAMP
413
);
405 414

  
406 415
/*
407 416
 * Table for indexing the paths specified the administrator in metacat.properties

Also available in: Unified diff