From d84050e6600c17e56a59083826a5728c14265463 Mon Sep 17 00:00:00 2001 From: pedro_morgan <pedro_morgan@ispconfig3> Date: Tue, 21 Aug 2007 01:02:37 -0400 Subject: [PATCH] php5 and general code tidy --- 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