From a309f1e20a6722174f10abaf98f44dce5fe75fcf Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Thu, 19 Feb 2026 10:38:38 +0100 Subject: [PATCH] add some more comments --- application/migrations/170_welcome_to_wavelog.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/application/migrations/170_welcome_to_wavelog.php b/application/migrations/170_welcome_to_wavelog.php index 177f54781..00038d270 100644 --- a/application/migrations/170_welcome_to_wavelog.php +++ b/application/migrations/170_welcome_to_wavelog.php @@ -5,15 +5,17 @@ defined('BASEPATH') OR exit('No direct script access allowed'); /* * Just an empty placeholder. To keep compatibility for the migration from Cloudlog to Wavelog we need an empty migration here as placeholder. * Find the tutorial here: https://github.com/wavelog/Wavelog/wiki/How-to-migrate-Cloudlog-to-Wavelog +* +* During development in February 2026 the migration Tutorial above became deprecated since the code diverged way too much and with this also the database. +* However this file keeps a minimum amount of compatibility and does not hurt. Therefore we keep it here in case someone want's to give this tutorial a try +* even we highly do not recommend that. */ class Migration_welcome_to_wavelog extends CI_Migration { public function up() { - // Nothing happening here - } public function down()