1
0
mirror of https://github.com/bitwarden/server synced 2025-12-19 01:33:20 +00:00

Adding new item to organization license

This commit is contained in:
cd-bitwarden
2025-10-22 12:07:01 -04:00
parent 0fb7099620
commit 1f1b1037a4
28 changed files with 10360 additions and 10 deletions

View File

@@ -111,6 +111,9 @@ namespace Bit.PostgresMigrations.Migrations
b.Property<DateTime>("CreationDate")
.HasColumnType("timestamp with time zone");
b.Property<bool>("UseDisableSMAdsForUsers")
.HasColumnType("boolean");
b.Property<bool>("Enabled")
.HasColumnType("boolean");