moved the database update code to where it belongs

This commit is contained in:
gustav_delius
2004-01-30 21:40:31 +00:00
parent 2b80c9d76a
commit c7cdd6ec82
5 changed files with 7 additions and 12 deletions
-4
View File
@@ -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;
}