mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@23 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -265,9 +265,11 @@ Backups completed ok.<P>
|
||||
|
||||
echo "Altered table config <br>";
|
||||
|
||||
drop_column($db, "forums", "forum_moderator");
|
||||
change_column($db, "forums", "forum_access", "tinyint(3)", "null");
|
||||
change_column($db, "forums", "forum_type", "tinyint(3)", "null");
|
||||
drop_column($db, "forums", "forum_moderator");
|
||||
change_column($db, "forums", "forum_access", "tinyint(3)", "null");
|
||||
change_column($db, "forums", "forum_type", "tinyint(3)", "null");
|
||||
add_column($db, "forums", "forum_posts", "int(10)", "default '0' not null");
|
||||
add_column($db, "forums", "forum_topics", "int(10)", "default '0' not null");
|
||||
|
||||
echo "Altered table forums <br>";
|
||||
|
||||
|
Reference in New Issue
Block a user