1
0
mirror of https://github.com/bitwarden/server synced 2025-12-19 17:53:44 +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

@@ -105,7 +105,7 @@ namespace Bit.SqliteMigrations.Migrations
b.Property<DateTime>("CreationDate")
.HasColumnType("TEXT");
b.Property<bool>("UseDisableSMAdsForUsers")
b.Property<bool>("UseDisableSmAdsForUsers")
.HasColumnType("INTEGER");
b.Property<bool>("Enabled")