dev split tokens
Test Workflow / test (push) Successful in 2s

This commit is contained in:
vladp
2026-02-09 17:25:06 +07:00
parent 7cc744829b
commit 33883faa98
3 changed files with 12 additions and 1 deletions
@@ -31,6 +31,9 @@ public class TariffInfo {
@Column(name = "tokens")
private Integer tokens;
@Column(name = "bought_tokens")
private Integer boughtTokens = 0;
@ManyToOne
@JoinColumn(name = "tariff_id")
private Tariff tariff;