diff options
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 |
commit | abbb374c60e4b8c4b6d4f3048e29bfccf6f239dc (patch) | |
tree | 768e83053ae98a742ce0675fc681ea9ca1742cb4 /UPGRADE.md | |
parent | f591cb462654a7a66b7947a5fa02dc6faa90de18 (diff) | |
download | Ishtar-abbb374c60e4b8c4b6d4f3048e29bfccf6f239dc.tar.bz2 Ishtar-abbb374c60e4b8c4b6d4f3048e29bfccf6f239dc.zip |
Upgrade instruction: update search indexes
Diffstat (limited to 'UPGRADE.md')
-rw-r--r-- | UPGRADE.md | 7 |
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 +``` |