Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cloud-3222502
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-3222502
Commits
141c4ff1
Commit
141c4ff1
authored
5 years ago
by
baldwinlouie
Committed by
Yas Naoi
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3038460
by baldwinlouie, yas: Add db_update() to aws_cloud_update_8124
parent
68bc2bc2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/cloud_service_providers/aws_cloud/aws_cloud.install
+5
-0
5 additions, 0 deletions
modules/cloud_service_providers/aws_cloud/aws_cloud.install
with
5 additions
and
0 deletions
modules/cloud_service_providers/aws_cloud/aws_cloud.install
+
5
−
0
View file @
141c4ff1
...
...
@@ -382,6 +382,11 @@ function aws_cloud_update_8123() {
* Update network interface field for instances.
*/
function
aws_cloud_update_8124
()
{
// Clean out the network_interfaces column before updating changing the
// column type.
\Drupal
::
database
()
->
update
(
'aws_cloud_instance'
)
->
fields
([
'network_interfaces'
=>
NULL
])
->
execute
();
aws_cloud_update_entity_definitions
();
}
...
...
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