Hi,
I see that the data type of the page_id and block_id in cms_page and cms_block tables are of smallint. As such, the total number of pages and blocks are limited to 32,767. The application report errors once limit is reached as new primary key above that limit cannot be generated/saved. What is the best way to increase that limit without losing current data?
Ashvin