fix sql command

dev
timofejmalinin 3 years ago
parent 7a2a01b2b7
commit 5bb347d8af

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

Loading…
Cancel
Save