Making missing sig into char(88)

This commit is contained in:
godmodegalactus 2024-01-08 16:14:02 +01:00
parent c8c59135f8
commit 77ae2a38a2
No known key found for this signature in database
GPG Key ID: 22DA4A30887FDA3C
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ impl PostgresSession {
.execute(
format!(
"CREATE TEMP TABLE {}(
sig TEXT,
sig char(88),
slot BIGINT,
error_code INT,
count INT,