parfum/database
Yoga Pangestu 3a05ee2617 feat: implement comprehensive migration commands for legacy data
- Added migration commands for users, employees, outlets, categories, products, bottles, and perfumes to transfer data from the old database to the new structure.
- Each command includes options for forced migration and recreation of existing records.
- Implemented progress feedback and error handling during migration processes.
- Updated database configuration to include connection settings for the old database.
- Enhanced DatabaseSeeder to automatically trigger the migration process after seeding essential data.
2026-01-10 19:04:31 +07:00
..
factories feat: add voucher discount functionality and update related calculations across orders 2026-01-09 20:18:58 +07:00
migrations feat: add stock transfer management functionality 2026-01-09 21:41:49 +07:00
seeders feat: implement comprehensive migration commands for legacy data 2026-01-10 19:04:31 +07:00
settings feat(settings): implement application settings management with contact, general, social, and SEO forms 2025-10-18 19:37:49 +07:00
.gitignore initial commit 2025-09-13 10:00:54 +07:00