mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
create/get/update collection with groups
This commit is contained in:
@ -187,5 +187,8 @@
|
||||
<Build Include="dbo\Stored Procedures\Group_CreateWithCollections.sql" />
|
||||
<Build Include="dbo\Stored Procedures\Group_UpdateWithCollections.sql" />
|
||||
<Build Include="dbo\Stored Procedures\Group_ReadWithCollectionsById.sql" />
|
||||
<Build Include="dbo\Stored Procedures\Collection_UpdateWithGroups.sql" />
|
||||
<Build Include="dbo\Stored Procedures\Collection_CreateWithGroups.sql" />
|
||||
<Build Include="dbo\Stored Procedures\Collection_ReadWithGroupsById.sql" />
|
||||
</ItemGroup>
|
||||
</Project>
|
Reference in New Issue
Block a user