Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
8176606e
Commit
8176606e
authored
Sep 24, 2009
by
tbrehm
Browse files
Changed: FS#886 - Increase destination column size in mail_forwarding table
parent
81541100
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/sql/ispconfig3.sql
View file @
8176606e
...
...
@@ -388,7 +388,7 @@ CREATE TABLE `mail_forwarding` (
`sys_perm_other`
varchar
(
5
)
NOT
NULL
default
''
,
`server_id`
int
(
11
)
unsigned
NOT
NULL
default
'0'
,
`source`
varchar
(
255
)
NOT
NULL
,
`destination`
varchar
(
255
)
NOT
NULL
default
''
,
`destination`
text
NOT
NULL
default
''
,
`type`
enum
(
'alias'
,
'forward'
,
'catchall'
)
NOT
NULL
default
'alias'
,
`active`
enum
(
'n'
,
'y'
)
NOT
NULL
,
PRIMARY
KEY
(
`forwarding_id`
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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