Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vtigercrm
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Admin message
Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
Show more breadcrumbs
Daniel Lennartz
vtigercrm
Commits
a9381bc0
Commit
a9381bc0
authored
4 years ago
by
Uma
Browse files
Options
Downloads
Patches
Plain Diff
Update packages via migration
parent
39c36ac4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/Migration/schema/711_to_720.php
+3
-0
3 additions, 0 deletions
modules/Migration/schema/711_to_720.php
modules/Migration/schema/720_to_730.php
+3
-0
3 additions, 0 deletions
modules/Migration/schema/720_to_730.php
with
6 additions
and
0 deletions
modules/Migration/schema/711_to_720.php
+
3
−
0
View file @
a9381bc0
...
...
@@ -18,4 +18,7 @@ if (defined('VTIGER_UPGRADE')) {
if
(
!
in_array
(
$columnName
,
$columns
))
{
$db
->
pquery
(
'ALTER TABLE vtiger_attachments ADD COLUMN storedname varchar(255) NULL AFTER path'
,
array
());
}
//Update existing package modules
Install_Utils_Model
::
installModules
();
}
This diff is collapsed.
Click to expand it.
modules/Migration/schema/720_to_730.php
+
3
−
0
View file @
a9381bc0
...
...
@@ -297,4 +297,7 @@ if (defined('VTIGER_UPGRADE')) {
$db
->
pquery
(
'ALTER TABLE vtiger_calendar_default_activitytypes ADD COLUMN conditions VARCHAR(255) DEFAULT ""'
,
array
());
echo
'Conditions column in vtiger_calendar_default_activitytypes updated'
;
//Update existing package modules
Install_Utils_Model
::
installModules
();
}
\ No newline at end of file
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