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: