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
e37a3aa8
Commit
e37a3aa8
authored
Oct 27, 2009
by
tbrehm
Browse files
No commit message
No commit message
parent
9adcf583
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/sql/ispconfig3.sql
View file @
e37a3aa8
...
@@ -609,6 +609,7 @@ CREATE TABLE `server` (
...
@@ -609,6 +609,7 @@ CREATE TABLE `server` (
`vserver_server`
tinyint
(
1
)
NOT
NULL
default
'0'
,
`vserver_server`
tinyint
(
1
)
NOT
NULL
default
'0'
,
`config`
text
NOT
NULL
,
`config`
text
NOT
NULL
,
`updated`
bigint
(
20
)
unsigned
NOT
NULL
default
'0'
,
`updated`
bigint
(
20
)
unsigned
NOT
NULL
default
'0'
,
`mirror_server_id`
int
(
11
)
unsigned
NOT
NULL
default
'0'
,
`active`
tinyint
(
1
)
NOT
NULL
default
'1'
,
`active`
tinyint
(
1
)
NOT
NULL
default
'1'
,
PRIMARY
KEY
(
`server_id`
)
PRIMARY
KEY
(
`server_id`
)
)
ENGINE
=
MyISAM
AUTO_INCREMENT
=
1
;
)
ENGINE
=
MyISAM
AUTO_INCREMENT
=
1
;
...
...
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