From cc3afd87aab1c698b1b7020a8fa9dd2ffc4fa143 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 15 Mar 2020 12:47:14 +0100 Subject: [PATCH] [ticket/14754] Move migration for email notification table to 33x PHPBB3-14754 --- .../data/{v32x => v33x}/add_email_notifications_table.php | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename phpBB/phpbb/db/migration/data/{v32x => v33x}/add_email_notifications_table.php (100%) diff --git a/phpBB/phpbb/db/migration/data/v32x/add_email_notifications_table.php b/phpBB/phpbb/db/migration/data/v33x/add_email_notifications_table.php similarity index 100% rename from phpBB/phpbb/db/migration/data/v32x/add_email_notifications_table.php rename to phpBB/phpbb/db/migration/data/v33x/add_email_notifications_table.php