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

[AC-1360] Added EF scripts for MySQL, Postgres and Sqlite

This commit is contained in:
Rui Tome
2023-08-03 19:39:43 +01:00
parent 26283612cf
commit 4b47d25755
6 changed files with 21 additions and 0 deletions

View File

@ -22,4 +22,8 @@
<Compile Include="..\EfShared\MigrationBuilderExtensions.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Scripts\2023-08-03_00_PopulateResellerNames.sql" />
</ItemGroup>
</Project>