Upgrade to ContentBox 5.2 from 5.0 does not allow pages to save
Description
Upgrading from 5.0 or 5.1 does not allow a page to be created because the cacheLayout column is no longer represented by orm. In 5.1 this was handled for the sslOnly column by a migration migrations/2022_03_07_155812_v5_1_0_page_sslonly_removals.cfc` but no migration was added to drop the cacheLayout column. This will need to be added and patched for users to upgrade.
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Upgrading from 5.0 or 5.1 does not allow a page to be created because the
cacheLayout
column is no longer represented by orm. In 5.1 this was handled for thesslOnly
column by a migrationmigrations/2022_03_07_155812_v5_1_0_page_sslonly_removals.cfc
` but no migration was added to drop thecacheLayout
column. This will need to be added and patched for users to upgrade.