Fix: Change 'amount' to 'price' to match database schema - Database uses 'price' column, not 'amount' - Update all queries in DailySummaryService, HourlySummaryService - Update RetribusiWriteService (SELECT, INSERT, UPDATE) - Update Validator to use 'price' field - Update check_database.php and TROUBLESHOOTING.md

This commit is contained in:
mwpn
2025-12-17 13:36:29 +07:00
parent 56403469ef
commit ca3b1bd0d7
8 changed files with 61 additions and 52 deletions

5
.gitignore vendored
View File

@@ -31,7 +31,10 @@ composer.phar
composer.lock
# Backup
*.sql
*.bak
backup/
# SQL files (exclude backup, but allow migrations)
*.sql
!migrations/*.sql