forked from extern/egroupware
Upgrade the create tables scripts for a new release
This commit is contained in:
parent
8e0120c13e
commit
5ab44aa0e5
@ -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");
|
||||
?>
|
@ -252,7 +252,7 @@
|
||||
$db->query($sql);
|
||||
|
||||
|
||||
$currentver = "0.9.3pre10";
|
||||
$currentver = "0.9.3";
|
||||
update_version_table();
|
||||
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user