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
de115b47
Commit
de115b47
authored
May 02, 2011
by
LaKing
Browse files
Update on
parent
4c2c3630
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/sql/ispconfig3.sql
View file @
de115b47
...
...
@@ -1151,6 +1151,7 @@ CREATE TABLE `web_domain` (
`backup_copies`
INT
NOT
NULL
DEFAULT
'1'
,
`active`
enum
(
'n'
,
'y'
)
NOT
NULL
default
'y'
,
`traffic_quota_lock`
enum
(
'n'
,
'y'
)
NOT
NULL
default
'n'
,
`logs`
MEDIUMTEXT
NOT
NULL
,
PRIMARY
KEY
(
`domain_id`
)
)
ENGINE
=
MyISAM
AUTO_INCREMENT
=
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