Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Guilherme Filippo
ISPConfig 3
Commits
fbec9777
Commit
fbec9777
authored
Dec 17, 2009
by
wyrie
Browse files
Implemented: FS#1003 - Autoresponder: Start and end date (Install)
parent
75ae20a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/sql/ispconfig3.sql
View file @
fbec9777
...
...
@@ -542,6 +542,8 @@ CREATE TABLE `mail_user` (
`quota`
bigint
(
20
)
NOT
NULL
default
'-1'
,
`homedir`
varchar
(
255
)
NOT
NULL
,
`autoresponder`
enum
(
'n'
,
'y'
)
NOT
NULL
default
'n'
,
`autoresponder_start_date`
datetime
NOT
NULL
default
'0000-00-00 00:00:00'
,
`autoresponder_end_date`
datetime
NOT
NULL
default
'0000-00-00 00:00:00'
,
`autoresponder_text`
mediumtext
NULL
,
`move_junk`
enum
(
'n'
,
'y'
)
NOT
NULL
default
'n'
,
`custom_mailfilter`
mediumtext
,
...
...
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