Kentico / KInspector

KInspector is an application for analyzing health, performance and security of your Kentico solution.
MIT License
56 stars 63 forks source link

Investigate CI_Migration table in V11 #167

Closed ChristopherJennings closed 6 years ago

ChristopherJennings commented 6 years ago

The Class table validation module reports an issue with the "CI_Migration" table which is not defined in the Kentico's class table. We need to determine if this is a false negative and if so, make an exception for this in the module.

ChristopherJennings commented 6 years ago

This table is used to store information about custom migration scripts that can be run by the CI restore process. More information can be found in the documentation.

As such, the module needs to be updated to whitelist this table for V11.