From ea0364e5538c130fe0f984da81da9fe097f2ddf9 Mon Sep 17 00:00:00 2001
From: CyberProgs <CyberProgs@users.noreply.github.com>
Date: Tue, 29 Jun 2021 11:47:42 -0400
Subject: [PATCH] Add Add-Migration/Update-Database instructions

---
 guide/getting-started.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/guide/getting-started.md b/guide/getting-started.md
index 2a22a8d..d87a4cf 100644
--- a/guide/getting-started.md
+++ b/guide/getting-started.md
@@ -229,3 +229,5 @@ If you don't want to start from one of the recommended samples, you'll need to:
     }
 
     ```
+
+  Before running the application, make sure the database is updated with OpenIddict tables by running `Add-Migration` and `Update-Database`.