• Your Name's avatar
    fix: run payment system migrations on startup · 906e6cf6
    Your Name authored
    - Migrations were never called automatically
    - PaymentService tried to use tables that didn't exist
    - Added migration execution before PaymentService initialization
    - Fixes MySQL 'Table doesn't exist' error
    - Added error handling for migration failures
    - Documentation: MYSQL_MIGRATION_FIX.md
    906e6cf6
MYSQL_MIGRATION_FIX.md 6.66 KB