diff --git a/core/modules/node/node.install b/core/modules/node/node.install index 7f68523..b238a9f 100644 --- a/core/modules/node/node.install +++ b/core/modules/node/node.install @@ -657,19 +657,11 @@ function node_update_8014() { update_variable_del($variable->name); } $node_type_settings->save(); + update_config_manifest_add('node.settings', array($node_type_settings->id())); } } /** - * Remove the {node_type} table. - * - * @ingroup config_upgrade - */ -function node_update_8015() { - db_drop_table('node_type'); -} - -/** * @} End of "addtogroup updates-7.x-to-8.x" * The next series of updates should start at 9000. */