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
ISPConfig
ISPConfig 3
Commits
6e1bd90b
Commit
6e1bd90b
authored
Jul 08, 2014
by
Marius Cramer
Browse files
- added incremental sql from merge request
#73
parent
341ef717
Changes
1
Show whitespace changes
Inline
Side-by-side
install/sql/incremental/upd_dev_collection.sql
View file @
6e1bd90b
ALTER
TABLE
`mail_user`
CHANGE
`uid`
`uid`
int
(
11
)
NOT
NULL
DEFAULT
'5000'
,
CHANGE
`gid`
`gid`
int
(
11
)
NOT
NULL
DEFAULT
'5000'
;
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