function system_update_12000
Remove the deprecated sequences table.
File
-
core/
modules/ system/ system.install, line 150
Code
function system_update_12000() : void {
$schema = \Drupal::database()->schema();
if ($schema->tableExists('sequences')) {
$schema->dropTable('sequences');
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.