Skip to content

Commit

Permalink
fixup! Replace wallet with kvs
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Filios <alexandros.filios@ibm.com>
  • Loading branch information
alexandrosfilios committed Feb 27, 2024
1 parent ec3534b commit 37dbc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token/services/db/sql/wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func (db *WalletDB) GetSchema() string {
wallet_id TEXT NOT NULL,
identity_id TEXT NOT NULL DEFAULT '',
meta TEXT NOT NULL DEFAULT '',
PRIMARY KEY (identity_id)
PRIMARY KEY (wallet_id)
);
`,
db.table.Wallets,
Expand Down

0 comments on commit 37dbc7d

Please sign in to comment.