Merge branch 'some_fixes' into 'dev'

fix sql command

See merge request spatial/postamates!80
dev
Timofey Malinin 3 years ago
commit 3473f79b0e

@ -24,7 +24,7 @@ def run_psql_command():
) )
try: try:
cursor = connection.cursor() cursor = connection.cursor()
command = "CALL public.pivot_dist();" command = "CALL public.pivot_wider();"
cursor.execute(command) cursor.execute(command)
connection.commit() connection.commit()
except psycopg2.Error as e: except psycopg2.Error as e:

Loading…
Cancel
Save