mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
Merge branch 'master' into feature/families-for-enterprise
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