Skip to content
Snippets Groups Projects
Commit b7c43a6d authored by vogelor's avatar vogelor
Browse files

removed the charset to avoid problems with utf-8 databases

parent 6a2e36ec
No related branches found
No related tags found
No related merge requests found
......@@ -1008,7 +1008,7 @@ CREATE TABLE `sys_log` (
`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 fr Tabelle `sys_log`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment