mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 02:24:27 +11:00
Wallet balance is working
This commit is contained in:
@@ -29,6 +29,8 @@ CREATE TABLE IF NOT EXISTS users (
|
||||
strength int NOT NULL DEFAULT 5,
|
||||
speed int NOT NULL DEFAULT 5,
|
||||
|
||||
upgradePoints int NOT NULL DEFAULT 0,
|
||||
|
||||
wallet int NOT NULL DEFAULT 0,
|
||||
upgradePoints int NOT NULL DEFAULT 0
|
||||
lastCheckin DATETIME NULL
|
||||
);
|
||||
Reference in New Issue
Block a user