Files
Aether/crates/aether-data/migrations/postgres/20260507120000_add_management_token_permissions.sql

4 lines
85 B
MySQL
Raw Normal View History

2026-05-07 23:48:29 +08:00
ALTER TABLE public.management_tokens
ADD COLUMN IF NOT EXISTS permissions json;