summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UPGRADE.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPGRADE.md b/UPGRADE.md
index 34d1560db..de01ca78b 100644
--- a/UPGRADE.md
+++ b/UPGRADE.md
@@ -35,3 +35,10 @@ cd <application-path>
./manage.py migrate --fake archaeological_warehouse 0002_auto_20170414_2123
./manage.py migrate
```
+
+Finally create indexes the new full text search engine
+
+```
+cd <application-path>
+./manage.py update_search_vectors
+```