From df8e5f4c3c333be677489d2317f6991598a6cebf Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 11 Aug 2013 15:04:25 -0500 Subject: [PATCH] [feature/passwords] Move migrations file to phpbb folder PHPBB3-11610 --- phpBB/{includes => phpbb}/db/migration/data/310/crypto.php | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename phpBB/{includes => phpbb}/db/migration/data/310/crypto.php (100%) diff --git a/phpBB/includes/db/migration/data/310/crypto.php b/phpBB/phpbb/db/migration/data/310/crypto.php similarity index 100% rename from phpBB/includes/db/migration/data/310/crypto.php rename to phpBB/phpbb/db/migration/data/310/crypto.php