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.
Add new SQL dump file creating and populating the catalog_pages table for the Habbo schema. The file (sql version 2 ( new)/Dutch_sqls/catalog_pages.sql) is a Navicat export that sets utf8mb4, disables foreign key checks, creates the catalog_pages table with its schema and inserts a large set of page records (catalog metadata and localized Dutch captions) to populate the catalog pages.