mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Compare commits
No commits in common. "220c2af34495e71491235c360bfe7f36c9a3956d" and "83b03d682ca21550497873ce088bd71092ed95eb" have entirely different histories.
220c2af344
...
83b03d682c
3 changed files with 4 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ Docker image:
|
|||
docker pull docker.umami.is/umami-software/umami:latest
|
||||
```
|
||||
|
||||
Docker compose (Runs Umami with a PostgreSQL database):
|
||||
Docker compose to run Umami with a Postgres database, run:
|
||||
|
||||
```bash
|
||||
docker compose up -d
|
||||
|
|
|
|||
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
|
|
@ -331,6 +331,8 @@ importers:
|
|||
specifier: ^5.9.3
|
||||
version: 5.9.3
|
||||
|
||||
dist: {}
|
||||
|
||||
packages:
|
||||
|
||||
'@ampproject/remapping@2.3.0':
|
||||
|
|
|
|||
|
|
@ -205,7 +205,7 @@ async function clickhouseQuery(
|
|||
${cohortQuery}
|
||||
where website_revenue.website_id = {websiteId:UUID}
|
||||
and website_revenue.created_at between {startDate:DateTime64} and {endDate:DateTime64}
|
||||
and upper(website_revenue.currency) = {currency:String}
|
||||
aand upper(website_revenue.currency) = {currency:String}
|
||||
${filterQuery}
|
||||
`,
|
||||
queryParams,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue