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
458ad7c7
Commit
458ad7c7
authored
Aug 27, 2015
by
Florian Schaal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
db-changes for FS#2108 and FS#2006
parent
4f5942fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
install/sql/incremental/upd_dev_collection.sql
install/sql/incremental/upd_dev_collection.sql
+2
-0
install/sql/ispconfig3.sql
install/sql/ispconfig3.sql
+1
-0
No files found.
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