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

Updating SM to Sm, and adding more view refreshes

This commit is contained in:
cd-bitwarden
2025-11-05 21:50:36 -05:00
parent 7db2a840e6
commit 2bca8b1f07
28 changed files with 90 additions and 56 deletions

View File

@@ -111,7 +111,7 @@ namespace Bit.PostgresMigrations.Migrations
b.Property<DateTime>("CreationDate")
.HasColumnType("timestamp with time zone");
b.Property<bool>("UseDisableSMAdsForUsers")
b.Property<bool>("UseDisableSmAdsForUsers")
.HasColumnType("boolean");
b.Property<bool>("Enabled")