Update log schema: add thread_hash, message_refs table
This commit is contained in:
@@ -52,7 +52,7 @@ CREATE TABLE log.message_refs (
|
||||
message_hash CHAR(64) NOT NULL,
|
||||
ref_hash CHAR(64) NOT NULL,
|
||||
ref_type log.ref_type NOT NULL,
|
||||
position INT,
|
||||
position INT NOT NULL,
|
||||
thread_hash CHAR(64),
|
||||
UNIQUE(message_hash, ref_hash)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user