tracker r1715 - branches/indexer-split/data
- From: pvanhoof svn gnome org
 
- To: svn-commits-list gnome org
 
- Subject: tracker r1715 - branches/indexer-split/data
 
- Date: Thu, 19 Jun 2008 11:51:58 +0000 (UTC)
 
Author: pvanhoof
Date: Thu Jun 19 11:51:58 2008
New Revision: 1715
URL: http://svn.gnome.org/viewvc/tracker?rev=1715&view=rev
Log:
Removed tables that should only go in cache
Modified:
   branches/indexer-split/data/sqlite-tracker.sql
Modified: branches/indexer-split/data/sqlite-tracker.sql
==============================================================================
--- branches/indexer-split/data/sqlite-tracker.sql	(original)
+++ branches/indexer-split/data/sqlite-tracker.sql	Thu Jun 19 11:51:58 2008
@@ -9,23 +9,6 @@
 insert Into Options (OptionKey, OptionValue) values ('EventSequence', '1');
 insert Into Options (OptionKey, OptionValue) values ('UpdateCount', '0');
 
-/* This should become a TEMPORARY table */
-CREATE TABLE Events
-(
-	ID		Integer primary key not null,
-	ServiceID	Integer not null,
-	BeingHandled	Integer default 0,
-	EventType	Text
-);
-
-/* This should become a TEMPORARY table */
-CREATE TABLE LiveSearches
-(
-	ServiceID	Integer not null,
-	SearchID	Text,
-
-	Unique (ServiceID, SearchID)
-);
 
 /* store volume and HAL info here for files */
 CREATE TABLE  Volumes
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]