Fix SQL for tracking Misc information.

This commit is contained in:
Arthur Britto
2012-04-24 16:33:18 -07:00
parent 7f6457ae77
commit 5f31b13e8d
2 changed files with 5 additions and 2 deletions

View File

@@ -65,8 +65,11 @@ const char *WalletDBInit[] = {
);",
// Miscellaneous persistent information
// Integer: 1 : Used to simplify SQL.
// ScoreUpdated: when scores was last updated.
// FetchUpdated: when last fetch succeeded.
"CREATE TABLE Misc ( \
Magic INTEGER UNIQUE NOT NULL, \
ScoreUpdated DATETIME, \
FetchUpdated DATETIME \
);",