chore: remove wrapper type from message

Unwrap the type wrapper.
pull/24376/head
Dom Dwyer 2023-02-23 10:59:57 +01:00
parent af11d0cbca
commit 7377f0bb27
No known key found for this signature in database
GPG Key ID: E4C40DBD9157879A
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ where
.unwrap_or_else(|| {
panic!(
"unknown column {name} in table ID {table_id}",
table_id = ctx.table_id()
table_id = ctx.table_id().get()
)
})
.id