Skip to content
Snippets Groups Projects

Remove the old migrate_tools_sync state entry

1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
+ 7
0
@@ -53,3 +53,10 @@ function migrate_tools_update_10000(): void {
\Drupal::database()->schema()->createTable($tableName, $schemaDefinition);
}
}
/**
* Remove the old migrate_tools_sync state entry.
*/
function migrate_tools_update_10001(): void {
\Drupal::state()->delete('migrate_tools_sync');
}
Loading