Commit Graph

9 Commits

Author SHA1 Message Date
Remco Epicnabbo 90d1b081da 🆙 Released phase 1 stable enough to use it wil get more furni comming days and updates 🆙 2026-06-14 20:06:25 +02:00
Remco Epicnabbo b1b930b216 Modify catalog_pages schema, enums and engine
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).
2026-06-14 19:51:39 +02:00
Remco Epicnabbo 8d6019f3df 🆙 Add updated sqls 🆙 2026-06-14 19:46:21 +02:00
Remco Epicnabbo 0d01fe73a5 🆙 Add more furni 🆙 2026-06-14 19:44:47 +02:00
Remco Epicnabbo 27dcade48c 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.
2026-06-14 18:50:31 +02:00
Remco Epicnabbo ea88ba9fb8 Add Dutch catalog_pages SQL dump
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.
2026-06-14 18:47:26 +02:00
Remco Epicnabbo 7783544358 Delete catalog_pages.sql 2026-06-14 18:15:25 +02:00
Remco Epicnabbo cc062d37b2 🆙 start add right files will update cata pages in current lang after add all missing pages 🆙 2026-06-14 18:02:09 +02:00
Remco Epicnabbo 092a213a89 🆙 Add new sql structure clean dutch first need add latest furnis till now 🆙 2026-06-14 17:59:43 +02:00