Merge branch 'dev' into feat/um-66-update-clickhouse-schema-uuid

This commit is contained in:
Brian Cao 2022-10-10 16:20:07 -07:00
commit ec6454aead
65 changed files with 436 additions and 441 deletions

View file

@ -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,
},
},