Created database
This commit is contained in:
parent
e068536abe
commit
eec8e419ba
19 changed files with 618 additions and 4 deletions
8
Lieb/Properties/serviceDependencies.json
Normal file
8
Lieb/Properties/serviceDependencies.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"mssql1": {
|
||||
"type": "mssql",
|
||||
"connectionId": "ConnectionStrings:LiebContext"
|
||||
}
|
||||
}
|
||||
}
|
8
Lieb/Properties/serviceDependencies.local.json
Normal file
8
Lieb/Properties/serviceDependencies.local.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"mssql1": {
|
||||
"type": "mssql.local",
|
||||
"connectionId": "ConnectionStrings:LiebContext"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue