From 2b6ec51b549b15fa7fe74dfce101c8419a5dbd90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20L=C3=A9cluse?= <laurent.lecluse@unicaen.fr> Date: Mon, 15 Jul 2019 09:39:13 +0200 Subject: [PATCH] =?UTF-8?q?Pour=20test=20de=20d=C3=A9ploiement=208.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/migration/8.2-pre.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 admin/migration/8.2-pre.php diff --git a/admin/migration/8.2-pre.php b/admin/migration/8.2-pre.php new file mode 100644 index 0000000000..ece1dd63ba --- /dev/null +++ b/admin/migration/8.2-pre.php @@ -0,0 +1,9 @@ +<?php +/** + * Created by PhpStorm. + * User: laurent + * Date: 15/07/19 + * Time: 09:38 + */ + +$c->println('MIGRATION 8.2!!!!!!!'); \ No newline at end of file -- GitLab