mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 00:14:57 +02:00
Renamed the applications table to phpgw_applications
This commit is contained in:
@ -19,7 +19,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