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
Dirk Dankhoff
ISPConfig 3
Commits
5d93b3a4
Commit
5d93b3a4
authored
Jan 09, 2015
by
Florian Schaal
Browse files
add missing sql-column mail_user.sender_cc to inc-updates
parent
6cf50dc7
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/sql/incremental/upd_0082.sql
0 → 100644
View file @
5d93b3a4
ALTER
TABLE
`mail_user`
ADD
COLUMN
`sender_cc`
varchar
(
255
)
NOT
NULL
default
''
AFTER
`cc`
;
install/sql/incremental/upd_dev_collection.sql
View file @
5d93b3a4
ALTER
TABLE
`mail_user`
CHANGE
`uid`
`uid`
int
(
11
)
NOT
NULL
DEFAULT
'5000'
,
CHANGE
`gid`
`gid`
int
(
11
)
NOT
NULL
DEFAULT
'5000'
;
ADD
COLUMN
`sender_cc`
varchar
(
255
)
NOT
NULL
default
''
AFTER
`cc`
;
ALTER
TABLE
`client_template`
ADD
`default_mailserver`
INT
(
11
)
NOT
NULL
DEFAULT
1
;
ALTER
TABLE
`client_template`
ADD
`default_webserver`
INT
(
11
)
NOT
NULL
DEFAULT
1
;
...
...
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