Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
e9d71f16
Commit
e9d71f16
authored
Jan 04, 2011
by
tbrehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed: FS#1455 - disable vhost on secondary ISPConfig server does not work
parent
b5a0dc34
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
install/sql/incremental/upd_0006.sql
install/sql/incremental/upd_0006.sql
+2
-0
install/sql/ispconfig3.sql
install/sql/ispconfig3.sql
+1
-1
No files found.
install/sql/incremental/upd_0006.sql
0 → 100644
View file @
e9d71f16
ALTER
TABLE
`sys_datalog`
CHANGE
`data`
`data`
LONGTEXT
NOT
NULL
;
install/sql/ispconfig3.sql
View file @
e9d71f16
...
...
@@ -948,7 +948,7 @@ CREATE TABLE `sys_datalog` (
`action`
char
(
1
)
NOT
NULL
default
''
,
`tstamp`
int
(
11
)
NOT
NULL
default
'0'
,
`user`
varchar
(
255
)
NOT
NULL
default
''
,
`data`
text
NOT
NULL
,
`data`
long
text
NOT
NULL
,
`status`
set
(
'pending'
,
'ok'
,
'warning'
,
'error'
)
NOT
NULL
default
'pending'
,
PRIMARY
KEY
(
`datalog_id`
),
KEY
`server_id`
(
`server_id`
,
`status`
)
...
...
Write
Preview
Markdown
is supported
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