Skip to content
Snippets Groups Projects

Put each entity type table into a details element on admin/config/regional/content-language

2 files
+ 20
3
Compare changes
  • Side-by-side
  • Inline
Files
2
  • d8ab4a9e
    Issue #3185400 by mondrake, alexpott, daffie: Test upsert return value and... · d8ab4a9e
    catch authored
    Issue #3185400 by mondrake, alexpott, daffie: Test upsert return value and ensure that they are consistent regardless of database type
@@ -320,7 +320,9 @@ function database_test_schema() {
'fields' => [
'id' => [
'description' => 'Simple unique ID.',
'type' => 'int',
// Using a serial as an ID properly tests
// \Drupal\Core\Database\Driver\pgsql\Upsert.
'type' => 'serial',
'not null' => TRUE,
],
'update' => [
Loading