Add a default score to PeerIps.

This commit is contained in:
Arthur Britto
2012-06-20 13:38:10 -07:00
parent f0be92f4f0
commit 411d056377

View File

@@ -214,7 +214,7 @@ const char *WalletDBInit[] = {
// Delay between scans.
"CREATE TABLE PeerIps ( \
IpPort TEXT NOT NULL PRIMARY KEY, \
Score INTEGER NOT NULL, \
Score INTEGER NOT NULL DEFAULT 0, \
Source CHARACTER(1) NOT NULL, \
ScanNext DATETIME DEFAULT 0, \
ScanInterval INTEGER NOT NULL DEFAULT 0 \