forked from extern/egroupware
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);
|
||||
|
||||
$sql = "CREATE TABLE applications (
|
||||
app_name varchar(25),
|
||||
app_name varchar(25) NOT NULL,
|
||||
app_title varchar(50),
|
||||
app_enabled int,
|
||||
app_order int,
|
||||
|
Loading…
Reference in New Issue
Block a user