From 9bbac37698557b9ce2a9de80cc679162f0737a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20L=C3=A9cluse?= <laurent.lecluse@unicaen.fr> Date: Tue, 2 Jul 2019 17:02:16 +0200 Subject: [PATCH] =?UTF-8?q?N=C3=A9ttoyage=20du=20cache=20forc=C3=A9,=20car?= =?UTF-8?q?=20le=20pr=C3=A9c=C3=A9dent=20script=20de=20migration=20ne=20ne?= =?UTF-8?q?ttoyait=20trop=20t=C3=B4t...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/migration/8.1.3-post.php | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 admin/migration/8.1.3-post.php diff --git a/admin/migration/8.1.3-post.php b/admin/migration/8.1.3-post.php new file mode 100644 index 0000000000..c627a63b11 --- /dev/null +++ b/admin/migration/8.1.3-post.php @@ -0,0 +1,3 @@ +<?php + +$oa->run('clear-cache'); \ No newline at end of file -- GitLab