Merge branch 'dev' into feat/um-66-update-clickhouse-schema-uuid
This commit is contained in:
@@ -13,11 +13,11 @@ function relationalQuery(websites, start_at) {
|
||||
return prisma.client.event.findMany({
|
||||
where: {
|
||||
website: {
|
||||
website_id: {
|
||||
id: {
|
||||
in: websites,
|
||||
},
|
||||
},
|
||||
created_at: {
|
||||
createdAt: {
|
||||
gte: start_at,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user