Add Navicat SQL dumps for catalog_pages in Brazilian, English, Spanish and Italian folders. Creates catalog_pages table (MyISAM, latin1) with schema, disables foreign key checks and sets utf8mb4, and inserts a large set of catalog page records (many INSERTs, auto_increment set). Intended to import full catalog page data for multiple locales.
Delete bulk seed SQL files for catalog_pages in four locales. Removed: "sql version 2 ( new)/Brazilian_sqls/catalog_pages.pt.sql", ".../English_sqls/catalog_pages.en.sql", ".../Spain_sqls/catalog_pages.es.sql", and ".../italian_sqls/catalog__pages_it.sql" which contained large INSERT statements. These files were likely deprecated or consolidated elsewhere to avoid storing duplicated localized SQL dumps in the repo.
Insert bot_frank (items_base id 19001) into items_base SQL dumps and add a matching catalog_items record (id 2000029897) across locale folders (Brazilian, Dutch, English, Spain, Italian). Bumped catalog AUTO_INCREMENT to 2000029898 and updated file dump timestamps. The new catalog entry includes display name "Frank", motto, figure and gender in the extra_data.
Update SQL dumps for catalog_pages, catalog_items and items_base. In catalog_pages.sql: refresh dump metadata (source/target host/version and timestamps), reduce caption_save from varchar(128) to varchar(25), extend page_layout enum with builders_club_* entries, switch table engine from InnoDB to MyISAM and bump AUTO_INCREMENT. catalog_items.sql: update dump timestamp. items_base.sql: updated (dump/schema/data changes included).
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.