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

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