- 🇺🇸United States darren oh Lakeland, Florida
darren oh → made their first commit to this issue’s fork.
- DBTNG does not support adding a serial field to an existing table, even if all the supported DB engines can do that just fine
- DBTNG does not handle primary keys properly when adding a new field to an existing table. \Drupal\Core\Database\Schema::changeField()
documents that primary keys have to be handled manually by the calling code, but \Drupal\Core\Database\Schema::addField()
documents that it handles primary keys by itself.
Fix DBTNG to support adding a serial field to an existing table.
Fix implementations of \Drupal\Core\Database\Schema::addField()
to handle primary key changes automatically.
Review.
Nope.
Nope.
Nope.
Needs review
7.0 ⚰️
database system
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
darren oh → made their first commit to this issue’s fork.