mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-08 11:39:53 +00:00
ChannelDB: fix typo in sql query - seems harmless though?
This commit is contained in:
parent
3f9e761b67
commit
4d6b0184b9
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ PRIMARY KEY(node_id, host, port)
|
||||||
|
|
||||||
create_node_info = """
|
create_node_info = """
|
||||||
CREATE TABLE IF NOT EXISTS node_info (
|
CREATE TABLE IF NOT EXISTS node_info (
|
||||||
node_id BOB(33),
|
node_id BLOB(33),
|
||||||
msg BLOB,
|
msg BLOB,
|
||||||
PRIMARY KEY(node_id)
|
PRIMARY KEY(node_id)
|
||||||
)"""
|
)"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue