mirror of
https://github.com/bitwarden/server.git
synced 2026-02-08 18:03:11 +08:00
Added use groups bit to org
This commit is contained in:
6
src/SqlUpdate/2017-05-08_00_OrgUseGroups.sql
Normal file
6
src/SqlUpdate/2017-05-08_00_OrgUseGroups.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
alter table [organization] add [UseGroups] bit null
|
||||
go
|
||||
update [organization] set UseGroups = 0
|
||||
go
|
||||
alter table [organization] alter column [UseGroups] bit not null
|
||||
go
|
||||
Reference in New Issue
Block a user