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

[AC-1682] Added Postgres migration and script

This commit is contained in:
Rui Tome
2024-03-25 13:59:28 +00:00
parent d367f6de6b
commit 9bde1604da
4 changed files with 2752 additions and 0 deletions

View File

@ -24,5 +24,6 @@
<EmbeddedResource Include="HelperScripts\2021-10-21_00_SetMaxAutoscaleSeatCount.psql" />
<EmbeddedResource Include="HelperScripts\2022-03-01_00_Up_MigrateOrganizationApiKeys.psql" />
<EmbeddedResource Include="HelperScripts\2022-03-01_00_Down_MigrateOrganizationApiKeys.psql" />
<EmbeddedResource Include="HelperScripts\2024-03-22_00_EnableOrgsCollectionEnhancements.psql" />
</ItemGroup>
</Project>