Trying to export a model with a specialization throws the following error:
Failed to export the model to the database
PSQLException: ERROR: column "is_spezialisation" is of type smallint but expression is of type boolean
Steps to reproduce:
1. Create new model
2. Create new specialization
3. export to postgresql database
Export works to MySQL but not Postgresql.
There is an error trying to export a specialization with an image to MySQL but I will raise another issue for that.
Trying to export a model with a specialization throws the following error:
Failed to export the model to the database