updated deps + regen ent

This commit is contained in:
2023-01-20 12:48:38 +01:00
parent f60e8479bc
commit 4431e906c3
7 changed files with 50 additions and 46 deletions

View File

@@ -212,6 +212,7 @@ func (c *DbPackageClient) DeleteOneID(id int) *DbPackageDeleteOne {
func (c *DbPackageClient) Query() *DbPackageQuery {
return &DbPackageQuery{
config: c.config,
ctx: &QueryContext{Type: TypeDbPackage},
inters: c.Interceptors(),
}
}