mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
Merge remote-tracking branch 'origin/pr/399' into aether-rust-pioneer
# Conflicts: # crates/aether-data/src/lifecycle/bootstrap/postgres.rs # crates/aether-data/src/lifecycle/migrate/tests.rs
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE management_tokens
|
||||
ADD COLUMN permissions TEXT NULL AFTER allowed_ips;
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE public.management_tokens
|
||||
ADD COLUMN IF NOT EXISTS permissions json;
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE management_tokens
|
||||
ADD COLUMN permissions TEXT;
|
||||
|
||||
Reference in New Issue
Block a user