Skip to content

Commit

Permalink
script update
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Jul 26, 2017
1 parent d56d3e0 commit 783c46a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions util/SqlUpdate/2017-07-07_00_OrgFields.sql
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 783c46a

Please sign in to comment.