From 03ade50f9f1826fbe3c21de9cc37fafb7aec8478 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 24 Oct 2007 12:06:38 -0400 Subject: [PATCH] Minor fixes in the installer for Ubuntu 7.10 --- interface/sql/db_installer_sandbox/defs.system.php | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/interface/sql/db_installer_sandbox/defs.system.php b/interface/sql/db_installer_sandbox/defs.system.php index c1e9406..f07401a 100644 --- a/interface/sql/db_installer_sandbox/defs.system.php +++ b/interface/sql/db_installer_sandbox/defs.system.php @@ -5,14 +5,14 @@ //************************************************************************************* $tables['sys_datalog'] = " -datalog_id bigint(20) NOTNULL AUTO PRIMARY, +datalog_id I8 NOTNULL AUTO PRIMARY, +server_id I NOTNULL, dbtable C(255) NOTNULL DEFAULT '', dbidx C(255) NOTNULL DEFAULT '', -server_id I NOTNULL DEFAULT '0', action char(1) NOTNULL DEFAULT '', -tstamp bigint(20) NOTNULL DEFAULT '0', +tstamp I8 NOTNULL DEFAULT '0', user C(255) NOTNULL DEFAULT '', -data text NOTNULL +data X NOTNULL "; $tables['sys_dbsync'] = " -- Gitblit v1.9.1