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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user