moved the database update code to where it belongs
This commit is contained in:
@@ -380,10 +380,6 @@ function main_upgrade($oldversion=0) {
|
||||
table_column("config", "value", "value", "text", "", "", "");
|
||||
}
|
||||
|
||||
if ($oldversion < 2004013000) {
|
||||
table_column("forum_posts", "mailed", "mailed", "tinyint", "2");
|
||||
}
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user