Merge pull request #4608 from aspnet/master

Update live with current master
pull/4758/head^2
Rick Anderson 2017-10-20 13:17:40 -10:00 committed by GitHub
commit 7c731d2eff
1 changed files with 3 additions and 4 deletions

View File

@ -25,10 +25,9 @@ dotnet aspnet-codegenerator razorpage -h
* Test the **Edit**, **Details**, and **Delete** links.
If you get the following error, verify you have run migrations and updated the database:
If you get the error similar to the following, verify you have run migrations and updated the database:
```
An unhandled exception occurred while processing the request.
SqliteException: SQLite Error 1: 'no such table: Movie'.
Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(int rc, sqlite3 db)
```
'no such table: Movie'.
```