mirror of
https://github.com/bitwarden/server
synced 2025-12-10 21:33:41 +00:00
PM-15091 Add Feature Flag to DB called UseRiskInsights (#5088)
Add a new column called UseRiskInsights to `dbo.Organization`
This commit is contained in:
@@ -193,6 +193,9 @@ namespace Bit.PostgresMigrations.Migrations
|
||||
b.Property<bool>("UseResetPassword")
|
||||
.HasColumnType("boolean");
|
||||
|
||||
b.Property<bool>("UseRiskInsights")
|
||||
.HasColumnType("boolean");
|
||||
|
||||
b.Property<bool>("UseScim")
|
||||
.HasColumnType("boolean");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user