Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
feb022f0
Commit
feb022f0
authored
Sep 23, 2011
by
Falko Timme
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Fixed syntax error in SQL dump.
parent
d7cfd72a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
install/sql/ispconfig3.sql
install/sql/ispconfig3.sql
+1
-1
No files found.
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
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