vogelor
2008-12-09 b7c43a6d99b9522253501658b6a92ca6ebd25d57
removed the charset to avoid problems with utf-8 databases
1 files modified
2 ■■■ changed files
install/sql/ispconfig3.sql 2 ●●● patch | view | raw | blame | history
install/sql/ispconfig3.sql
@@ -1008,7 +1008,7 @@
  `tstamp` int(10) unsigned NOT NULL,
  `message` text,
  PRIMARY KEY  (`syslog_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
) ENGINE=MyISAM AUTO_INCREMENT=1 ;
-- 
-- Daten für Tabelle `sys_log`