Update catalog_pages schema and dump metadata

Update SQL dump metadata (server/host/version/date) and modify catalog_pages schema: expand caption_save from 25 to 128, add catalog_mode ENUM('NORMAL','BUILDER','BOTH') DEFAULT 'NORMAL', switch storage engine from MyISAM to InnoDB, adjust index and AUTO_INCREMENT. Also remove bulk INSERT records from the dump. These changes prepare the table for a newer MariaDB target and add builder/catalog mode support and larger captions.
This commit is contained in:
Remco Epicnabbo
2026-06-14 18:50:31 +02:00
parent ea88ba9fb8
commit 27dcade48c
File diff suppressed because one or more lines are too long