From d4a4dd453a1b5bb0b43438d2a45fc0db0f093d0c Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Tue, 4 Jul 2023 14:50:12 +0200 Subject: [PATCH] [ticket/9687] Move migrations to v400 PHPBB3-9687 --- phpBB/phpbb/db/migration/data/{v330 => v400}/ban_table_p1.php | 0 phpBB/phpbb/db/migration/data/{v330 => v400}/ban_table_p2.php | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename phpBB/phpbb/db/migration/data/{v330 => v400}/ban_table_p1.php (100%) rename phpBB/phpbb/db/migration/data/{v330 => v400}/ban_table_p2.php (100%) diff --git a/phpBB/phpbb/db/migration/data/v330/ban_table_p1.php b/phpBB/phpbb/db/migration/data/v400/ban_table_p1.php similarity index 100% rename from phpBB/phpbb/db/migration/data/v330/ban_table_p1.php rename to phpBB/phpbb/db/migration/data/v400/ban_table_p1.php diff --git a/phpBB/phpbb/db/migration/data/v330/ban_table_p2.php b/phpBB/phpbb/db/migration/data/v400/ban_table_p2.php similarity index 100% rename from phpBB/phpbb/db/migration/data/v330/ban_table_p2.php rename to phpBB/phpbb/db/migration/data/v400/ban_table_p2.php