Custom AttributeType in 5.7.5 (updating it)

Permalink
Hi,

I've created some custom attribute types in c5.7.5. Works just fine. It is like the address type, an attribute type with some fields in it.
After a while, it needed an extra field in it. I adjusted the code (controller, forms, db.xml), updated the package..... No change in the attribute type what so ever.

After debugging, it seems that the upgrade of the package only updates entities and its own db.xml. No other db.xml files seem to be used. Is this correct?

For now, I took the db-update part from the package routine and update the att this way. It's working, but I don't think this is the preferred way of doing it.

SnefIT