Upgrade the create tables scripts for a new release

This commit is contained in:
jengo 2000-11-15 07:51:25 +00:00
parent 8e0120c13e
commit 5ab44aa0e5
2 changed files with 6 additions and 1 deletions

View File

@ -35,4 +35,9 @@
$db->query("DROP TABLE newsgroups");
$db->query("DROP TABLE users_newsgroups");
$db->query("DROP TABLE lang");
$db->query("drop sequence news_msg_con_seq");
$db->query("DROP TABLE news_msg");
$db->query("DROP TABLE languages");
$db->query("drop sequence categories_cat_id_seq");
$db->query("DROP TABLE categories");
?>

View File

@ -252,7 +252,7 @@
$db->query($sql);
$currentver = "0.9.3pre10";
$currentver = "0.9.3";
update_version_table();
?>