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