Merge branch 'new-ci-cd' into 'dev'

fix create procedures

See merge request spatial/postamates!139
dev
Timofey Malinin 2 years ago
commit 695c0c074d

@ -53,7 +53,7 @@ class Command(BaseCommand):
def handle(self, *args, **kwargs): def handle(self, *args, **kwargs):
try: try:
log_to_telegram('Creating views') log_to_telegram('Creating procedures')
run_sql_command(CMD_PIVOT_DIST) run_sql_command(CMD_PIVOT_DIST)
log_to_telegram('pivot_dist created') log_to_telegram('pivot_dist created')
run_sql_command(CMD_PIVOT_DIST_PRE) run_sql_command(CMD_PIVOT_DIST_PRE)

Loading…
Cancel
Save