Pass the argument entity.table_ref()
instead of just entity
.
This commit is contained in:
parent
f4008f9f7c
commit
2b87a8ba32
@ -165,7 +165,7 @@ where
|
||||
);
|
||||
}
|
||||
|
||||
stmt.table(entity).take()
|
||||
stmt.table(entity.table_ref()).take()
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user