@ -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: