Change record status: 
Project: 
Introduced in branch: 
10.2.x
Introduced in version: 
10.2.0
Description: 

The methods Drupal\Core\Database\Connection::nextId() and Drupal\mysql\Driver\Database\mysql\nextIdDelete() are deprecated and will be removed in Drupal 11.0.
The sequences table is deprecated and will be removed in Drupal 12.0. There is no replacement for the deprecated functionality. If needed, create your own implementation to create a new and unused integer value or change the table colum that is used for the primary key to a serial type.

Installing the table sequences with the method KernelTestBase::installSchema() is deprecated. The following code is no longer necessary and should be removed:

$this->installSchema('system', ['sequences']);
Impacts: 
Module developers

Comments

mkalkbrenner’s picture

If you require this functionality or generic sequences service, you can use the sequences module:
https://www.drupal.org/project/sequences

steven jones’s picture

Nice, thanks!

---
Regards
Steven
http://www.computerminds.co.uk