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
Guilherme Filippo
ISPConfig 3
Commits
687eb2f8
Commit
687eb2f8
authored
Nov 04, 2011
by
latham
Browse files
Start adding autoresponder_subject for language compatablity
parent
38895a63
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/sql/incremental/upd_0027.sql
0 → 100644
View file @
687eb2f8
ALTER
TABLE
`mail_user`
ADD
`autoresponder_subject`
VARCHAR
(
255
)
NOT
NULL
DEFAULT
'Out of office reply'
AFTER
`autoresponder_end_date`
;
install/sql/ispconfig3.sql
View file @
687eb2f8
...
...
@@ -688,6 +688,7 @@ CREATE TABLE `mail_user` (
`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_subject`
varchar
(
255
)
NOT
NULL
default
'Out of office reply'
,
`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