Skip to content
Snippets Groups Projects
Commit 141c4ff1 authored by baldwinlouie's avatar baldwinlouie Committed by Yas Naoi
Browse files

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
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment