1
0
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:
Jimmy Vo
2025-01-21 15:51:34 -05:00
committed by GitHub
parent 7462352e18
commit 4069ac3a4b
17 changed files with 9589 additions and 8 deletions

View File

@ -89,6 +89,9 @@ namespace Bit.SqliteMigrations.Migrations
b.Property<bool>("LimitCollectionDeletion")
.HasColumnType("INTEGER");
b.Property<bool>("LimitItemDeletion")
.HasColumnType("INTEGER");
b.Property<int?>("MaxAutoscaleSeats")
.HasColumnType("INTEGER");