mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-28 00:39:19 +01:00
Fixed a problem with the applications table not being created correctly
This commit is contained in:
parent
0b2c610755
commit
4910fa7cd1
@ -19,7 +19,7 @@
|
|||||||
$db->query($sql);
|
$db->query($sql);
|
||||||
|
|
||||||
$sql = "CREATE TABLE applications (
|
$sql = "CREATE TABLE applications (
|
||||||
app_name varchar(25),
|
app_name varchar(25) NOT NULL,
|
||||||
app_title varchar(50),
|
app_title varchar(50),
|
||||||
app_enabled int,
|
app_enabled int,
|
||||||
app_order int,
|
app_order int,
|
||||||
|
Loading…
Reference in New Issue
Block a user