1
0
mirror of https://github.com/bitwarden/server synced 2025-12-19 01:33:20 +00:00

Merge branch 'main' into SM-1571-DisableSMAdsForUsers

This commit is contained in:
cd-bitwarden
2025-12-03 09:52:25 -05:00
committed by GitHub
456 changed files with 48313 additions and 3579 deletions

View File

@@ -249,6 +249,9 @@ namespace Bit.PostgresMigrations.Migrations
b.Property<bool>("UsePasswordManager")
.HasColumnType("boolean");
b.Property<bool>("UsePhishingBlocker")
.HasColumnType("boolean");
b.Property<bool>("UsePolicies")
.HasColumnType("boolean");