mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
script update
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
alter table [organization] add [UseTotp] BIT NULL
|
||||
go
|
||||
|
||||
alter table [organization] add [MaxStorageGb] SMALLINT NULL
|
||||
go
|
||||
|
||||
-- all but free plans
|
||||
update [organization]
|
||||
set
|
||||
|
Reference in New Issue
Block a user