1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 08:32:50 -05:00

[AC-1682] Added Sqlite migration and script

This commit is contained in:
Rui Tome
2024-03-25 15:22:17 +00:00
parent 9bde1604da
commit 262887f9c3
4 changed files with 2752 additions and 0 deletions

View File

@ -24,6 +24,7 @@
<ItemGroup>
<EmbeddedResource Include="HelperScripts\2023-12-04_00_Up_GrantIndexes.sql" />
<EmbeddedResource Include="HelperScripts\2023-12-04_00_Down_GrantIndexes.sql" />
<EmbeddedResource Include="HelperScripts\2024-03-22_00_EnableOrgsCollectionEnhancements.sql" />
</ItemGroup>
</Project>