add: purchased accounts

This commit is contained in:
trisua 2025-07-03 21:56:21 -04:00
parent 0aa2ea362f
commit 2ec8d86edf
22 changed files with 1279 additions and 124 deletions

View file

@ -21,5 +21,7 @@ CREATE TABLE IF NOT EXISTS users (
grants TEXT NOT NULL,
associated TEXT NOT NULL,
secondary_permissions INT NOT NULL,
achievements TEXT NOT NULL
achievements TEXT NOT NULL,
awaiting_purchase INT NOT NULL,
was_purchased INT NOT NULL
)