tbrehm
2008-12-11 9eff6c2532469bacabc935e14e264b284454833c
install/sql/ispconfig3.sql
@@ -598,7 +598,7 @@
  `db_server` tinyint(4) NOT NULL default '0',
  `vserver_server` tinyint(4) NOT NULL default '0',
  `config` text NOT NULL,
  `updated` tinyint(4) NOT NULL default '0',
  `updated` bigint(20) unsigned NOT NULL default '0',
  `active` tinyint(4) NOT NULL default '1',
  PRIMARY KEY  (`server_id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 ;
@@ -1004,6 +1004,7 @@
CREATE TABLE `sys_log` (
  `syslog_id` int(10) unsigned NOT NULL auto_increment,
  `server_id` int(10) unsigned NOT NULL default '0',
  `datalog_id` bigint(20) unsigned NOT NULL default '0',
  `loglevel` tinyint(4) NOT NULL default '0',
  `tstamp` int(10) unsigned NOT NULL,
  `message` text,