From dfe20b124c68e91e4742e3348884e1aec6650467 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Sun, 20 Jun 2021 15:36:06 -0700 Subject: [PATCH] Update complex-data-model.md --- aspnetcore/data/ef-rp/complex-data-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/data/ef-rp/complex-data-model.md b/aspnetcore/data/ef-rp/complex-data-model.md index bdb07f9041..88e736ee50 100644 --- a/aspnetcore/data/ef-rp/complex-data-model.md +++ b/aspnetcore/data/ef-rp/complex-data-model.md @@ -612,7 +612,7 @@ The next section fixes this error. With the existing database, there are two approaches to changing the database: -* [Drop and re-create the database](#drop). Choose this section if when using SQLite. +* [Drop and re-create the database](#drop). Choose this section when using SQLite. * [Apply the migration to the existing database](#applyexisting). The instructions in this section work for SQL Server only, ***not for SQLite***. Either choice works for SQL Server. While the apply-migration method is more complex and time-consuming, it's the preferred approach for real-world, production environments.