Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
06ce83dc
Commit
06ce83dc
authored
Sep 17, 2010
by
tbrehm
Browse files
Undo change of name field length.
parent
6b8d53bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/sql/ispconfig3.sql
View file @
06ce83dc
...
...
@@ -202,7 +202,7 @@ CREATE TABLE `dns_rr` (
`sys_perm_other`
varchar
(
5
)
NOT
NULL
,
`server_id`
int
(
11
)
NOT
NULL
default
'1'
,
`zone`
int
(
11
)
unsigned
NOT
NULL
,
`name`
varchar
(
255
)
NOT
NULL
,
`name`
varchar
(
64
)
NOT
NULL
,
`type`
enum
(
'A'
,
'AAAA'
,
'ALIAS'
,
'CNAME'
,
'HINFO'
,
'MX'
,
'NAPTR'
,
'NS'
,
'PTR'
,
'RP'
,
'SRV'
,
'TXT'
)
default
NULL
,
`data`
varchar
(
255
)
NOT
NULL
,
`aux`
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