aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/schema_data.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/schemas/schema_data.php')
-rw-r--r--phpBB/install/schemas/schema_data.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/phpBB/install/schemas/schema_data.php b/phpBB/install/schemas/schema_data.php
index 53bd638066..9f505ba3d3 100644
--- a/phpBB/install/schemas/schema_data.php
+++ b/phpBB/install/schemas/schema_data.php
@@ -808,7 +808,6 @@ $schema_data['phpbb_styles_template'] = array(
'template_copyright' => array('VCHAR_UNI', ''),
'template_path' => array('VCHAR:100', ''),
'bbcode_bitfield' => array('VCHAR:255', 'kNg='),
- 'template_storedb' => array('BOOL', 0),
),
'PRIMARY_KEY' => 'template_id',
'KEYS' => array(
@@ -816,20 +815,6 @@ $schema_data['phpbb_styles_template'] = array(
),
);
-$schema_data['phpbb_styles_template_data'] = array(
- 'COLUMNS' => array(
- 'template_id' => array('USINT', 0),
- 'template_filename' => array('VCHAR:100', ''),
- 'template_included' => array('TEXT', ''),
- 'template_mtime' => array('TIMESTAMP', 0),
- 'template_data' => array('MTEXT_UNI', ''),
- ),
- 'KEYS' => array(
- 'tid' => array('INDEX', 'template_id'),
- 'tfn' => array('INDEX', 'template_filename'),
- ),
-);
-
$schema_data['phpbb_styles_theme'] = array(
'COLUMNS' => array(
'theme_id' => array('USINT', NULL, 'auto_increment'),