1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-09 19:26:53 +02:00

[feature/remove-db-styles] Add schema changes sinces 3.0.x.

PHPBB3-9741
This commit is contained in:
Chris Smith
2011-09-20 21:04:17 +01:00
parent 364a69adc2
commit cb245f5d04

View File

@ -1065,10 +1065,19 @@ function database_update_info()
STYLES_TABLE => array(
'imageset_id',
),
STYLES_TEMPLATE_TABLE => array(
'template_storedb',
),
STYLES_THEME_TABLE => array(
'theme_storedb',
'theme_mtime',
'theme_data',
),
),
'drop_tables' => array(
STYLES_IMAGESET_TABLE,
STYLES_IMAGESET_DATA_TABLE,
STYLES_TEMPLATE_DATA_TABLE,
),
),
);