Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
458ad7c7
Commit
458ad7c7
authored
Aug 27, 2015
by
Florian Schaal
Browse files
db-changes for FS#2108 and FS#2006
parent
4f5942fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/sql/incremental/upd_dev_collection.sql
View file @
458ad7c7
...
...
@@ -166,3 +166,5 @@ CREATE TABLE `server_ip_map` (
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
utf8
AUTO_INCREMENT
=
1
;
ALTER
TABLE
`web_domain`
ADD
COLUMN
`rewrite_to_https`
ENUM
(
'y'
,
'n'
)
NOT
NULL
DEFAULT
'n'
AFTER
`seo_redirect`
;
ALTER
TABLE
openvz_ip
ADD
COLUMN
`additional`
VARCHAR
(
255
)
NOT
NULL
DEFAULT
'n'
;
install/sql/ispconfig3.sql
View file @
458ad7c7
...
...
@@ -1004,6 +1004,7 @@ CREATE TABLE IF NOT EXISTS `openvz_ip` (
`ip_address`
varchar
(
39
)
DEFAULT
NULL
,
`vm_id`
int
(
11
)
NOT
NULL
DEFAULT
'0'
,
`reserved`
varchar
(
255
)
NOT
NULL
DEFAULT
'n'
,
`additional`
varchar
(
255
)
NOT
NULL
DEFAULT
'n'
,
PRIMARY
KEY
(
`ip_address_id`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
utf8
;
...
...
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