mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
forgot to drop one of teh tables
This commit is contained in:
parent
87a292bd3d
commit
e9fcea57b9
@ -31,6 +31,7 @@
|
||||
$db->query("DROP TABLE todo");
|
||||
$db->query("DROP TABLE calendar_entry");
|
||||
$db->query("DROP TABLE calendar_entry_user");
|
||||
$db->query("DROP TABLE calendar_entry_repeats");
|
||||
$db->query("drop sequence newsgroups_con_seq");
|
||||
$db->query("DROP TABLE newsgroups");
|
||||
$db->query("DROP TABLE lang");
|
||||
|
Loading…
Reference in New Issue
Block a user