diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-07-07 00:55:10 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 18:47:25 -0400 |
commit | a731f5ea9a75aad682c261d747a5d9c71b3d2773 (patch) | |
tree | 78d7a737e482e6c5acf455254fc8a601f9018f29 /docs/technical/web.md | |
parent | 2b3f0e740bc09630e881c9967e5ad53d66384094 (diff) | |
download | SMAPI-a731f5ea9a75aad682c261d747a5d9c71b3d2773.tar.gz SMAPI-a731f5ea9a75aad682c261d747a5d9c71b3d2773.tar.bz2 SMAPI-a731f5ea9a75aad682c261d747a5d9c71b3d2773.zip |
use better index type (#651)
Diffstat (limited to 'docs/technical/web.md')
-rw-r--r-- | docs/technical/web.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/technical/web.md b/docs/technical/web.md index f1cb755b..50799e00 100644 --- a/docs/technical/web.md +++ b/docs/technical/web.md @@ -127,5 +127,4 @@ Initial setup: To deploy updates: 1. Deploy the web project using [AWS Toolkit for Visual Studio](https://aws.amazon.com/visualstudio/). -2. If the MongoDB schema changed, delete the collections in the MongoDB database. (They'll be - recreated automatically.) +2. If the MongoDB schema changed, delete the MongoDB database. (It'll be recreated automatically.) |