1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

script update

This commit is contained in:
Kyle Spearrin 2017-07-26 12:21:59 -04:00
parent d56d3e01f0
commit 783c46afa6

View File

@ -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