mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-05-06 20:38:12 +00:00
feat: retrieve and store groups from ldap provider
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE "sessions" DROP COLUMN "ldap_groups";
|
||||
@@ -0,0 +1 @@
|
||||
ALTER TABLE "sessions" ADD COLUMN "ldap_groups" TEXT;
|
||||
Reference in New Issue
Block a user