summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-10-15 11:58:43 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-10-15 11:58:43 +0200
commitb661fc9406cfcdfc9e8dd9c35f27212876bd7263 (patch)
tree768e83053ae98a742ce0675fc681ea9ca1742cb4
parent320e268236d392b951335902c2b6d8fa24b5770b (diff)
downloadIshtar-b661fc9406cfcdfc9e8dd9c35f27212876bd7263.tar.bz2
Ishtar-b661fc9406cfcdfc9e8dd9c35f27212876bd7263.zip
Upgrade instruction: update search indexes
-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
+```