1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-17 07:10:48 +03:00

delete old tables

This commit is contained in:
Mzhelskiy Maxim 2010-03-06 11:56:34 +00:00
parent a6f43d5630
commit f53b4858ed

View file

@ -226,13 +226,9 @@ $config['db']['table']['comment'] = '___db.table.prefix___comment';
$config['db']['table']['vote'] = '___db.table.prefix___vote';
$config['db']['table']['topic_read'] = '___db.table.prefix___topic_read';
$config['db']['table']['blog_user'] = '___db.table.prefix___blog_user';
$config['db']['table']['blog_vote'] = '___db.table.prefix___blog_vote';
$config['db']['table']['topic_comment_vote'] = '___db.table.prefix___topic_comment_vote';
$config['db']['table']['user_vote'] = '___db.table.prefix___user_vote';
$config['db']['table']['favourite'] = '___db.table.prefix___favourite';
$config['db']['table']['talk'] = '___db.table.prefix___talk';
$config['db']['table']['talk_user'] = '___db.table.prefix___talk_user';
$config['db']['table']['talk_comment'] = '___db.table.prefix___talk_comment';
$config['db']['table']['talk_blacklist'] = '___db.table.prefix___talk_blacklist';
$config['db']['table']['friend'] = '___db.table.prefix___friend';
$config['db']['table']['topic_content'] = '___db.table.prefix___topic_content';