scroll.server/crates/storage/migrations/0002_free_chest_timer.sql
WiseDev f218a45ed2 fix chest shop prices and gate the free chest
rounding is banded and the 5s band biases +3, so 22 goes to 25 not 20. numbers match the csv for arena 1 and 2.
free chest end timestamp needs migration 0002.
2026-08-23 09:02:49 +03:00

2 lines
102 B
SQL

alter table players
add column if not exists free_chest_end_timestamp integer not null default 0;