We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb276a commit 7641e47Copy full SHA for 7641e47
README.md
@@ -26,8 +26,6 @@ In case you modify the database entities you can always add a migration like so:
26
Add-Migration -Verbose -ConfigurationTypeName ContextConfiguration -ConnectionString "Data Source=.;Initial Catalog=GenericDb;Integrated Security=True;" -ConnectionProviderName "System.Data.SqlClient" MigrationNameHere -StartupProjectName App.Api -ProjectName App.Database
27
```
28
29
-End with an example of getting some data out of the system or using it for a little demo
30
-
31
## Running the tests
32
33
Comming up.
0 commit comments