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
Zvonimir
ISPConfig 3
Commits
feb022f0
Commit
feb022f0
authored
Sep 23, 2011
by
Falko Timme
Browse files
- Fixed syntax error in SQL dump.
parent
d7cfd72a
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/sql/ispconfig3.sql
View file @
feb022f0
...
...
@@ -1474,7 +1474,7 @@ CREATE TABLE `web_domain` (
`sys_perm_other`
varchar
(
5
)
default
NULL
,
`server_id`
int
(
11
)
unsigned
NOT
NULL
default
'0'
,
`ip_address`
varchar
(
39
)
default
NULL
,
`ipv6_address`
VARCHAR
(
255
)
default
NULL
`ipv6_address`
VARCHAR
(
255
)
default
NULL
,
`domain`
varchar
(
255
)
default
NULL
,
`type`
varchar
(
32
)
default
NULL
,
`parent_domain_id`
int
(
11
)
unsigned
NOT
NULL
default
'0'
,
...
...
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