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
2f3c7558
Commit
2f3c7558
authored
Aug 20, 2007
by
tbrehm
Browse files
Removed the deprecated file auth_sql_snippet.sql
parent
09e141a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/sql/auth_sql_snippet.sql
deleted
100644 → 0
View file @
09e141a6
ALTER
TABLE
`mail_domain`
ADD
`sys_userid`
INT
NOT
NULL
AFTER
`domain_id`
,
ADD
`sys_groupid`
INT
NOT
NULL
AFTER
`sys_userid`
,
ADD
`sys_perm_user`
VARCHAR
(
5
)
NOT
NULL
AFTER
`sys_groupid`
,
ADD
`sys_perm_group`
VARCHAR
(
5
)
NOT
NULL
AFTER
`sys_perm_user`
,
ADD
`sys_perm_other`
VARCHAR
(
5
)
NOT
NULL
AFTER
`sys_perm_group`
;
\ No newline at end of file
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