Follow up for #1871772-108: Convert custom blocks to content entities
Problem/Motivation
+++ b/core/modules/block/block.install
@@ -194,6 +195,246 @@ function block_update_8006() {
+ db_create_table('custom_block', array(
...
+ db_create_table('custom_block_revision', array(
Normally we handle this case via hook_schema_0() implementations + update_module_enable(), but we can clean that up later.
Proposed resolution
Refactor upgrade path as indicated
Remaining tasks
Refactor upgrade path as indicated