aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/tools.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11755] MySQL upgrader out of dateNathan Guse2013-09-021-241/+253
| | | | | | | | | | | De-duplicating code from create_schema_files, mysql_upgrader. New file phpbb/db/schema_data which contains all the current schema data. New function in db_tools public static function get_dbms_type_map() to make the type map available everywhere (without requiring $db be setup already) PHPBB3-11755
* [ticket/11696] Move file to new directoryJoas Schilling2013-07-141-0/+2486
PHPBB3-11696