statonlab / tripal_alchemist

entity converter for tripal 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deal with type_id column as well as prop

bradfordcondon opened this issue · comments

So far I've written the migration with a prop type in mind. I need to also accommodate type_id.

What mainly has to change is the raw SQL that converts the entity: I still automatically detect how this subtype is stored via the bundle itself.

#19 implemented