Merge branch 'some_fixes' into 'dev'

fix sql command

See merge request spatial/postamates!81
dev
Timofey Malinin 3 years ago
commit a19dc7c0fb

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