mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-27 16:55:25 +02:00
feat: add accessedEnvironments field to user and member schemas, enhancing permission management for environment access
This commit is contained in:
1
apps/dokploy/drizzle/0109_remarkable_sauron.sql
Normal file
1
apps/dokploy/drizzle/0109_remarkable_sauron.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "member" ADD COLUMN "accessedEnvironments" text[] DEFAULT ARRAY[]::text[] NOT NULL;
|
||||
6495
apps/dokploy/drizzle/meta/0109_snapshot.json
Normal file
6495
apps/dokploy/drizzle/meta/0109_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -764,6 +764,13 @@
|
||||
"when": 1756955718127,
|
||||
"tag": "0108_lazy_next_avengers",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 109,
|
||||
"version": "7",
|
||||
"when": 1757052053574,
|
||||
"tag": "0109_remarkable_sauron",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user