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