Skip to content

Commit 24084b6

Browse files
committed
Fix wrong refresh_analytic_views script name
1 parent 1480a62 commit 24084b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

6161
db-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

6464
broker: broker-start ##@Broker Prepare broker (in docker)
6565

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)