mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
script update
This commit is contained in:
parent
d56d3e01f0
commit
783c46afa6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user