From d1143b4580036bbd671ce061efb99beed40623b1 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sat, 22 Sep 2018 13:21:19 +0200 Subject: [PATCH] docs: rewrite functions when migrating Fixes #1183. --- docs/admin/Migration.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/admin/Migration.md b/docs/admin/Migration.md index 2cc0b80b..012c58b3 100644 --- a/docs/admin/Migration.md +++ b/docs/admin/Migration.md @@ -39,12 +39,18 @@ GRANT SELECT ON table country_osm_grid to "www-user"; Replace the `www-user` with the user name of your website server if necessary. -Finally, you can drop the now unused indexes: +You can now drop the unused indexes: ``` DROP INDEX idx_placex_reverse_geometry; ``` +Finally, update all SQL functions: + +```sh +./utils/setup.php --create-functions --enable-diff-updates --create-partition-functions +``` + ## 3.0.0 -> 3.1.0 ### Postcode Table -- 2.43.2