mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 16:35:02 +02:00
Renamed the applications table to phpgw_applications
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
)";
|
||||
$phpgw_setup->db->query($sql);
|
||||
|
||||
$sql = "CREATE TABLE applications (
|
||||
$sql = "CREATE TABLE phpgw_applications (
|
||||
app_name varchar(25) NOT NULL,
|
||||
app_title varchar(50),
|
||||
app_enabled int,
|
||||
|
Reference in New Issue
Block a user