mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-03 01:40:21 +08:00
4 lines
87 B
MySQL
4 lines
87 B
MySQL
|
|
ALTER TABLE management_tokens
|
||
|
|
ADD COLUMN permissions TEXT NULL AFTER allowed_ips;
|
||
|
|
|