1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-01 23:31:41 +01:00

initial setup script for db

This commit is contained in:
Kyle Spearrin 2017-08-19 12:52:05 -04:00
parent 22c8c91b0c
commit 02d6c0c47d
2 changed files with 4467 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6,14 +6,14 @@
<NoWarn>1701;1702;1705;NU1701</NoWarn>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="DbScripts\2017-08-19_00_InitialSetup.sql" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="dbup" Version="3.3.5" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="System.Data.SqlClient" Version="4.4.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="DbScripts\" />
</ItemGroup>
</Project>