Skip to content

Commit b7c43a6

Browse files
author
vogelor
committed
removed the charset to avoid problems with utf-8 databases
1 parent 6a2e36e commit b7c43a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/sql/ispconfig3.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ CREATE TABLE `sys_log` (
10081008
`tstamp` int(10) unsigned NOT NULL,
10091009
`message` text,
10101010
PRIMARY KEY (`syslog_id`)
1011-
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
1011+
) ENGINE=MyISAM AUTO_INCREMENT=1 ;
10121012

10131013
--
10141014
-- Daten für Tabelle `sys_log`

0 commit comments

Comments
 (0)