### Preconditions 1. PHP 5.6.16 2. MySQL 5.6.21-log 3. Magento 2.1.0 4. Nginx 1.4.6 ### Steps to reproduce 1. Install Magento 2.0.2 2. Create custom category attributes using in an InstallData/UpgradeData class. 3. Confirm custom attributes show in the category form in Magento 2.0.2 4. Upgrade to Magento 2.1.0 ### Expected result 1. Custom category attributes show in the category admin form, as they did in 2.0.2 ### Actual result 1. The custom attributes still appear in the eav_attribute_\* tables 2. However, custom category attributes don't show in the category admin form. Only the Magento attributes show.