Using the module Advanced Data Types, I’m trying to build a dynamic relation.
Documentation says to “go to Administration / Entity and press Relationships.” There is no such thing in my setup, but there is Administration / Dynamic Relations. When trying to create one of these relations, it fails with these log entries:
[2025-09-04T08:22:12.913016+00:00] Log.ERROR: Fault to rebuild database schema. Details: There is no column with name 'product_id_left' on table 'dynamic_relation_a01k49x3ag7e8ja9jqp9vqvbxd9'.
[2025-09-04T08:22:12.915586+00:00] Log.ERROR: Display Error: Error while rebuilding database. See log file for details., Code: 500 URL: /api/v1/DynamicRelation
In the underlying PostgreSQL db, there is a relation with id a01k49x3ag7e8ja9jqp9vqvbxd9 in table dynamic_relation, but there is no table called dynamic_relation_a01k49x3ag7e8ja9jqp9vqvbxd9.
I am trying to build a many-to-many relation between products in two classifications. (both source and target being product)