mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 17:30:23 +08:00
4 lines
85 B
MySQL
4 lines
85 B
MySQL
|
|
ALTER TABLE public.management_tokens
|
||
|
|
ADD COLUMN IF NOT EXISTS permissions json;
|
||
|
|
|