Skip to content

Commit 06aae50

Browse files
committed
Add missing ClickHouse store to migrations
1 parent 7e11916 commit 06aae50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zentral/core/stores/migrations/0001_initial.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ class Migration(migrations.Migration):
4848
"backend",
4949
models.CharField(
5050
choices=[
51+
("CLICKHOUSE", "ClickHouse"),
5152
("DATADOG", "Datadog"),
5253
("ELASTICSEARCH", "Elasticsearch"),
5354
("HTTP", "HTTP"),

0 commit comments

Comments
 (0)