1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 16:12:49 -05:00

[AC-1360] Added EF migration scripts

This commit is contained in:
Rui Tome
2023-08-03 21:14:38 +01:00
parent 4b47d25755
commit a4ea5c4dca
12 changed files with 6777 additions and 3 deletions

View File

@ -29,6 +29,6 @@
<EmbeddedResource Include="HelperScripts\2021-10-21_00_SetMaxAutoscaleSeatCount.sql" />
<EmbeddedResource Include="HelperScripts\2022-03-01_00_Up_MigrateOrganizationApiKeys.sql" />
<EmbeddedResource Include="HelperScripts\2022-03-01_00_Down_MigrateOrganizationApiKeys.sql" />
<EmbeddedResource Include="Scripts\2023-08-03_00_PopulateResellerNames.sql" />
<EmbeddedResource Include="HelperScripts\2023-08-03_00_PopulateResellerNames.sql" />
</ItemGroup>
</Project>