From 4910fa7cd1356728c92971c6e39c7fac3572f07e Mon Sep 17 00:00:00 2001 From: jengo Date: Tue, 3 Oct 2000 10:09:48 +0000 Subject: [PATCH] Fixed a problem with the applications table not being created correctly --- setup/createtables_mysql.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/createtables_mysql.inc.php b/setup/createtables_mysql.inc.php index 5c40ebfc3e..0a5170892d 100644 --- a/setup/createtables_mysql.inc.php +++ b/setup/createtables_mysql.inc.php @@ -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,