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