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
114c2756
Commit
114c2756
authored
Jun 12, 2017
by
Till Brehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing log_retention line in web_domain table.
parent
4338a06e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
install/sql/incremental/upd_dev_collection.sql
install/sql/incremental/upd_dev_collection.sql
+2
-1
No files found.
install/sql/incremental/upd_dev_collection.sql
View file @
114c2756
...
...
@@ -15,4 +15,5 @@ CHANGE `warnvirusrecip` `warnvirusrecip` ENUM('N','Y') CHARACTER SET utf8 COLLAT
CHANGE
`warnbannedrecip`
`warnbannedrecip`
ENUM
(
'N'
,
'Y'
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NOT
NULL
DEFAULT
'N'
,
CHANGE
`warnbadhrecip`
`warnbadhrecip`
ENUM
(
'N'
,
'Y'
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NOT
NULL
DEFAULT
'N'
;
ALTER
TABLE
`dns_rr`
CHANGE
`data`
`data`
TEXT
NOT
NULL
;
ALTER
TABLE
`web_database`
CHANGE
`database_quota`
`database_quota`
INT
(
11
)
NULL
DEFAULT
NULL
;
\ No newline at end of file
ALTER
TABLE
`web_database`
CHANGE
`database_quota`
`database_quota`
INT
(
11
)
NULL
DEFAULT
NULL
;
ALTER
TABLE
`web_domain`
ADD
`log_retention`
INT
NOT
NULL
DEFAULT
'30'
;
\ No newline at end of file
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