How should you create content types so that attributes for both the item and revision table are included in the generated views?
For example, I have two tables named ec2_product and ec2_product_revision, and until now I have only created a content_revision type named ec2_product_revision so attributes from ec2_product have not been included in ec2_productx. I tried creating a content_item type named ec2_product, but it's giving an error saying that tree_sortkey is duplicated in the generated view.
Request notifications