mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Support key types other than families.
This commit is contained in:
@@ -57,11 +57,12 @@ const char *WalletDBInit[] = {
|
|||||||
);",
|
);",
|
||||||
"CREATE TABLE LocalAccounts ( \
|
"CREATE TABLE LocalAccounts ( \
|
||||||
ID CHARACTER(40) PRIMARY KEY, \
|
ID CHARACTER(40) PRIMARY KEY, \
|
||||||
DKID CHARACTER(40), \
|
KeyType CHARACTER(1), \
|
||||||
DKSeq BIGINT UNSIGNED, \
|
PrivateKey TEXT \
|
||||||
Seq BIGINT UNSIGNED, \
|
Seq BIGINT UNSIGNED, \
|
||||||
Balance BIGINT UNSIGNED, \
|
Balance BIGINT UNSIGNED, \
|
||||||
LedgerSeq BIGINT UNSIGNED, \
|
LedgerSeq BIGINT UNSIGNED, \
|
||||||
|
Name TEXT, \
|
||||||
Comment TEXT \
|
Comment TEXT \
|
||||||
);",
|
);",
|
||||||
"CREATE TABLE TrustedNodes ( ` \
|
"CREATE TABLE TrustedNodes ( ` \
|
||||||
|
|||||||
Reference in New Issue
Block a user