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:
parent
22c8c91b0c
commit
02d6c0c47d
4463
util/Setup/DbScripts/2017-08-19_00_InitialSetup.sql
Normal file
4463
util/Setup/DbScripts/2017-08-19_00_InitialSetup.sql
Normal file
File diff suppressed because it is too large
Load Diff
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user