Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
493
Issues
493
List
Boards
Labels
Service Desk
Milestones
Merge Requests
32
Merge Requests
32
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISPConfig
ISPConfig 3
Commits
e37a3aa8
Commit
e37a3aa8
authored
Oct 27, 2009
by
tbrehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No commit message
No commit message
parent
9adcf583
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
install/sql/ispconfig3.sql
install/sql/ispconfig3.sql
+1
-0
No files found.
install/sql/ispconfig3.sql
View file @
e37a3aa8
...
...
@@ -609,6 +609,7 @@ CREATE TABLE `server` (
`vserver_server`
tinyint
(
1
)
NOT
NULL
default
'0'
,
`config`
text
NOT
NULL
,
`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'
,
PRIMARY
KEY
(
`server_id`
)
)
ENGINE
=
MyISAM
AUTO_INCREMENT
=
1
;
...
...
Write
Preview
Markdown
is supported
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