parent
af11d0cbca
commit
7377f0bb27
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue