Skip to content

Commit 63d57af

Browse files
chore: Add client_name parameter to clickhouse connection (#8026)
1 parent b51e6b7 commit 63d57af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/app/settings/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,6 +1537,7 @@
15371537
# from breaking migrations with Error 517.
15381538
"alter_sync": 2,
15391539
},
1540+
"client_name": "flagsmith-core-api",
15401541
},
15411542
}
15421543
DATABASES["clickhouse"] = _clickhouse_db # type: ignore[assignment]

0 commit comments

Comments
 (0)