[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( STYLES_TABLE => array(
'imageset_id', 'imageset_id',
), ),
STYLES_TEMPLATE_TABLE => array(
'template_storedb',
),
STYLES_THEME_TABLE => array(
'theme_storedb',
'theme_mtime',
'theme_data',
),
), ),
'drop_tables' => array( 'drop_tables' => array(
STYLES_IMAGESET_TABLE, STYLES_IMAGESET_TABLE,
STYLES_IMAGESET_DATA_TABLE, STYLES_IMAGESET_DATA_TABLE,
STYLES_TEMPLATE_DATA_TABLE,
), ),
), ),
); );