fix sql command

dev
timofejmalinin 3 years ago
parent f33b5857bf
commit 7a2a01b2b7

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

Loading…
Cancel
Save