Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cloud-3247063
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
cloud-3247063
Commits
0367b5af
Commit
0367b5af
authored
3 years ago
by
Tamaki Fujino
Committed by
Yas Naoi
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3246008
by TamakiFujino, yas: Fix bugs on hook_update_N()
parent
93b34941
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/cloud_service_providers/aws_cloud/aws_cloud.install
+1
-1
1 addition, 1 deletion
modules/cloud_service_providers/aws_cloud/aws_cloud.install
modules/cloud_service_providers/k8s/k8s.install
+0
-1
0 additions, 1 deletion
modules/cloud_service_providers/k8s/k8s.install
with
1 addition
and
2 deletions
modules/cloud_service_providers/aws_cloud/aws_cloud.install
+
1
−
1
View file @
0367b5af
...
...
@@ -3439,7 +3439,7 @@ function aws_cloud_update_8257(): void {
function
aws_cloud_update_8258
():
void
{
$files
=
[
'field.field.cloud_launch_template.aws_cloud.field_image_id.yml
'
,
'field.field.cloud_launch_template.aws_cloud.field_image_id.yml'
,
];
\Drupal
::
service
(
'cloud'
)
->
updateYmlDefinitions
(
$files
,
'aws_cloud'
);
...
...
This diff is collapsed.
Click to expand it.
modules/cloud_service_providers/k8s/k8s.install
+
0
−
1
View file @
0367b5af
...
...
@@ -3381,7 +3381,6 @@ function k8s_update_8334(): void {
$files
=
[
'field.field.cloud_config.k8s.field_cost_type.yml'
,
'field.field.cloud_config.k8s.field_cost_type.yml '
,
'field.field.cloud_launch_template.k8s.field_git_branch.yml'
,
'field.field.cloud_launch_template.k8s.field_git_password.yml'
,
'field.field.cloud_launch_template.k8s.field_git_path.yml'
,
...
...
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