Bug fixes and add scoring framing work.

This commit is contained in:
Arthur Britto
2012-04-14 19:13:43 -07:00
parent d03c1bd11d
commit 34e5b77223
3 changed files with 169 additions and 58 deletions

View File

@@ -65,12 +65,10 @@ const char *WalletDBInit[] = {
);",
// Miscellaneous persistent information
// ScoresUpdated: when scores was last updated.
// Scores need updating if:
// - This time is 0
// - This time is prior to the most recent SeedDomains or SeedNodes fetch.
// ScoreUpdated: when scores was last updated.
"CREATE TABLE Misc ( \
ScoresUpdated DATETIME \
ScoreUpdated DATETIME, \
FetchUpdated DATETIME \
);",
// Domain: