add: purchased accounts
This commit is contained in:
parent
0aa2ea362f
commit
2ec8d86edf
22 changed files with 1279 additions and 124 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue