More work on sanely enabling features

This commit is contained in:
JoelKatz
2013-05-11 16:39:55 -07:00
parent f77a6d8b25
commit 10240a3314
3 changed files with 48 additions and 10 deletions

View File

@@ -258,6 +258,12 @@ const char *WalletDBInit[] = {
"CREATE INDEX PeerScanIndex ON \
PeerIps(ScanNext);",
"CREATE TABLE Features ( \
Hash CHARACTER(64) PRIMARY KEY, \
FirstMajority BIGINT UNSIGNED, \
LastMajority BIGINT UNSIGNED \
);",
"END TRANSACTION;"
};