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