Exclude users from google workspace bridge
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
3
pkg/coredata/migrations/20260209T160000Z.sql
Normal file
3
pkg/coredata/migrations/20260209T160000Z.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE iam_scim_bridges ADD COLUMN excluded_user_names TEXT[] NOT NULL DEFAULT '{}';
|
||||
|
||||
ALTER TABLE iam_scim_bridges ALTER COLUMN excluded_user_names DROP DEFAULT;
|
||||
Reference in New Issue
Block a user