From 392c96ff1e78050267d26e5d0c6f842170b0fd43 Mon Sep 17 00:00:00 2001 From: Kirill Yakimenkov Date: Mon, 3 Feb 2025 18:16:18 +0300 Subject: [PATCH] Update docs/reference/database/index.rst Co-authored-by: Maxim Martynov --- docs/reference/database/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/database/index.rst b/docs/reference/database/index.rst index 14ac809..6fa83f4 100644 --- a/docs/reference/database/index.rst +++ b/docs/reference/database/index.rst @@ -13,7 +13,7 @@ After migrations are performed, it is required to run script which creates parti By default, it creates monthly partitions, for current and next month. This can be changed by overriding command args. This script should run on schedule, for example by adding a dedicated entry to `crontab `_. -Along with migrations analytics views are created. By default these materializd views are empty(`WITH NO DATA`). +Along with migrations analytics views are created. By default these materialized views are empty(``WITH NO DATA``). In order to fill these tables with data you need to run refresh script. The command for this shown below. Views based on data in ``output`` and ``input`` tables and has such structure: