duoqi-api/db/migrations/0006_unique_makkari.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

1 line
116 B
SQL

ALTER TABLE `users` ADD CONSTRAINT `chk_users_hearts_remaining_nonnegative` CHECK (`users`.`hearts_remaining` >= 0);