mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 17:30:23 +08:00
feat: add management token permissions
This commit is contained in:
@@ -117,6 +117,7 @@ CREATE TABLE IF NOT EXISTS management_tokens (
|
||||
`token_hash` VARCHAR(255) NOT NULL,
|
||||
`token_prefix` VARCHAR(64),
|
||||
`allowed_ips` JSON,
|
||||
`permissions` JSON,
|
||||
`expires_at` BIGINT,
|
||||
`last_used_at` BIGINT,
|
||||
`last_used_ip` VARCHAR(255),
|
||||
|
||||
Reference in New Issue
Block a user