[tracker] Removed the EvolutionModseq option from the Options table
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [tracker] Removed the EvolutionModseq option from the Options table
- Date: Fri, 23 Oct 2009 14:16:59 +0000 (UTC)
commit 70705066fcaf1bf0b7c369472130594ac0ad4ce4
Author: Philip Van Hoof <philip codeminded be>
Date: Fri Oct 23 16:15:28 2009 +0200
Removed the EvolutionModseq option from the Options table
data/db/sqlite-tracker.sql | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/data/db/sqlite-tracker.sql b/data/db/sqlite-tracker.sql
index fd98bf8..3712866 100644
--- a/data/db/sqlite-tracker.sql
+++ b/data/db/sqlite-tracker.sql
@@ -4,7 +4,6 @@ CREATE TABLE Options (
OptionValue Text COLLATE NOCASE
);
-insert Into Options (OptionKey, OptionValue) values ('EvolutionLastModseq', '0');
insert Into Options (OptionKey, OptionValue) values ('KMailLastModseq', '0');
insert Into Options (OptionKey, OptionValue) values ('CollationLocale', '');
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]