File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ db-partitions: ##@DB Create partitions
5959 ${POETRY} run python -m data_rentgen.db.scripts.create_partitions --start 2024-07-01
6060
6161db-views : # #@DB Create views
62- ${POETRY} run python -m data_rentgen.db.scripts.create_analytic_views $(ARGS )
62+ ${POETRY} run python -m data_rentgen.db.scripts.refresh_analytic_views $(ARGS )
6363
6464broker : broker-start # #@Broker Prepare broker (in docker)
6565
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ services:
7777 db-views :
7878 image : mtsrus/data-rentgen:develop
7979 command : |
80- python -m data_rentgen.db.scripts.create_analytic_views
80+ python -m data_rentgen.db.scripts.refresh_analytic_views
8181 env_file : .env.docker
8282 depends_on :
8383 db-migration :
You can’t perform that action at this time.
0 commit comments