duoqi-api/db/migrations/0005_clamp_user_hearts.sql
Wang Zhuoxuan c29599daaa
All checks were successful
CI/CD Pipeline / Unit Tests (push) Successful in 19s
CI/CD Pipeline / Build & Deploy Test (push) Has been skipped
CI/CD Pipeline / Build & Deploy Production (push) Successful in 1m15s
fix: clamp negative hearts in bootstrap progress
2026-06-10 13:04:27 +08:00

2 lines
72 B
SQL

UPDATE `users` SET `hearts_remaining` = 0 WHERE `hearts_remaining` < 0;