mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
Add limit item deletion organization setting migration (#5283)
This commit is contained in:
@ -94,6 +94,9 @@ namespace Bit.MySqlMigrations.Migrations
|
||||
b.Property<bool>("LimitCollectionDeletion")
|
||||
.HasColumnType("tinyint(1)");
|
||||
|
||||
b.Property<bool>("LimitItemDeletion")
|
||||
.HasColumnType("tinyint(1)");
|
||||
|
||||
b.Property<int?>("MaxAutoscaleSeats")
|
||||
.HasColumnType("int");
|
||||
|
||||
|
Reference in New Issue
Block a user