mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Added access_code column to teams.
This commit is contained in:
parent
dff105c747
commit
aef7326f4c
3 changed files with 40 additions and 8 deletions
|
|
@ -204,7 +204,7 @@ async function findFirst(data) {
|
|||
}
|
||||
|
||||
async function connect() {
|
||||
if (!clickhouse) {
|
||||
if (enabled && !clickhouse) {
|
||||
clickhouse = process.env.CLICKHOUSE_URL && (global[CLICKHOUSE] || getClient());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue