Skip to content

Fix error with binary data column in postgres

Kirsten T. Winther requested to merge db_postgres_data into master

The data column shouldn't be binary in postgres. Now there is a bug when transferring rows from sqlite3 to a postgres server, which is needed for users to upload to catalysis-hub.

This small edit seems to fix the problem.

Merge request reports