Open
Description
The database uses the hstore
datatype for some of the fields. hstore can be a bit tricky to handle because it needs a separate extension and a special initialisation (see #3). Nowadays the json type is a better choice because it is natively supported by PostgreSQL.
We should migrate the hstore fields to the json datatype.
Metadata
Metadata
Assignees
Labels
No labels