mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 14:13:18 +08:00
Key Connector feature toggle (#1716)
This commit is contained in:
@@ -569,6 +569,9 @@ namespace Bit.PostgresMigrations.Migrations
|
||||
b.Property<bool>("UseGroups")
|
||||
.HasColumnType("boolean");
|
||||
|
||||
b.Property<bool>("UseKeyConnector")
|
||||
.HasColumnType("boolean");
|
||||
|
||||
b.Property<bool>("UsePolicies")
|
||||
.HasColumnType("boolean");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user