Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ISPConfig 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ISPConfig
ISPConfig 3
Commits
59f5fa87
Commit
59f5fa87
authored
4 years ago
by
Dominik
Browse files
Options
Downloads
Patches
Plain Diff
rollback sender_cc change
parent
336322c4
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install/sql/incremental/upd_dev_collection.sql
+0
-1
0 additions, 1 deletion
install/sql/incremental/upd_dev_collection.sql
with
0 additions
and
1 deletion
install/sql/incremental/upd_dev_collection.sql
+
0
−
1
View file @
59f5fa87
...
@@ -38,7 +38,6 @@ ALTER TABLE `dns_rr` CHANGE `type` `type` ENUM('A','AAAA','ALIAS','CNAME','DNAME
...
@@ -38,7 +38,6 @@ ALTER TABLE `dns_rr` CHANGE `type` `type` ENUM('A','AAAA','ALIAS','CNAME','DNAME
-- change cc and sender_cc column type
-- change cc and sender_cc column type
ALTER
TABLE
`mail_user`
CHANGE
`cc`
`cc`
TEXT
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NOT
NULL
DEFAULT
''
;
ALTER
TABLE
`mail_user`
CHANGE
`cc`
`cc`
TEXT
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NOT
NULL
DEFAULT
''
;
ALTER
TABLE
`mail_user`
CHANGE
`sender_cc`
`sender_cc`
TEXT
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NOT
NULL
DEFAULT
''
;
-- was missing in incremental, inserted for fixing older installations
-- was missing in incremental, inserted for fixing older installations
ALTER
TABLE
`web_domain`
ADD
`folder_directive_snippets`
TEXT
NULL
AFTER
`https_port`
;
ALTER
TABLE
`web_domain`
ADD
`folder_directive_snippets`
TEXT
NULL
AFTER
`https_port`
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment