mirror of
https://github.com/bitwarden/server
synced 2025-12-18 17:23:28 +00:00
Adding new item to organization license
This commit is contained in:
@@ -110,6 +110,9 @@ namespace Bit.MySqlMigrations.Migrations
|
||||
b.Property<DateTime>("CreationDate")
|
||||
.HasColumnType("datetime(6)");
|
||||
|
||||
b.Property<bool>("UseDisableSMAdsForUsers")
|
||||
.HasColumnType("tinyint(1)");
|
||||
|
||||
b.Property<bool>("Enabled")
|
||||
.HasColumnType("tinyint(1)");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user