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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
1ec1fc69
Commit
1ec1fc69
authored
Sep 13, 2015
by
Marius Cramer
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into 'master'
extend length for content-field with powerdns See merge request
!227
parents
6cdb029d
cef9d9c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
install/sql/powerdns.sql
install/sql/powerdns.sql
+1
-1
No files found.
install/sql/powerdns.sql
View file @
1ec1fc69
...
...
@@ -16,7 +16,7 @@ CREATE TABLE IF NOT EXISTS `records` (
`domain_id`
int
(
11
)
default
NULL
,
`name`
varchar
(
255
)
default
NULL
,
`type`
varchar
(
6
)
default
NULL
,
`content`
varchar
(
255
)
default
NULL
,
`content`
TEXT
default
NULL
,
`ttl`
int
(
11
)
default
NULL
,
`prio`
int
(
11
)
default
NULL
,
`change_date`
int
(
11
)
default
NULL
,
...
...
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