Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
b7c43a6d
Commit
b7c43a6d
authored
Dec 09, 2008
by
vogelor
Browse files
removed the charset to avoid problems with utf-8 databases
parent
6a2e36ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/sql/ispconfig3.sql
View file @
b7c43a6d
...
...
@@ -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`
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment