1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 23:11:45 +02:00

[ticket/12812] Add a migrator tool for config_text database changes

PHPBB3-12812
This commit is contained in:
Matt Friedman
2014-07-05 00:57:34 -07:00
parent 53ff23671c
commit 606d82f7dd
4 changed files with 218 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
<table name="phpbb_config_text">
<column>config_name</column>
<column>config_value</column>
</table>
</dataset>