1
0
mirror of https://github.com/bitwarden/server synced 2025-12-20 10:13:39 +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

@@ -110,7 +110,7 @@ namespace Bit.MySqlMigrations.Migrations
b.Property<DateTime>("CreationDate")
.HasColumnType("datetime(6)");
b.Property<bool>("UseDisableSMAdsForUsers")
b.Property<bool>("UseDisableSmAdsForUsers")
.HasColumnType("tinyint(1)");
b.Property<bool>("Enabled")