Files
markbase/data/users/warren.sqlite
Warren e3bf885b6b feat: Add folder structure to momentry and warren databases
Problem:
- momentry/warren databases had no folder nodes
- Tree API showed flat structure (no hierarchy)
- Upload handler expected 'Other' folder to exist

Solution:
- Added 5 folder nodes to both momentry and warren:
  1. Home (root folder, icon: 🏠)
  2. Movies (subfolder, icon: 🎬)
  3. Marketing (subfolder, icon: 📢)
  4. Cartoons (subfolder, icon: 📺)
  5. Other (subfolder, icon: 📁)

Folder structure:
Home
├── Movies
├── Marketing
├── Cartoons
└── Other

Result:
- Tree API shows hierarchical structure 
- Files uploaded to correct location 
- Folder icons displayed 

Files:
- data/users/momentry.sqlite (added 5 folders)
- data/users/warren.sqlite (added 5 folders)
2026-05-17 02:42:08 +08:00

64 KiB