Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / modules / update_test_schema / update_test_schema.install
index 972f9017616fedbddd1e1d53c46b3e5de41dab77..eef6b255aa09e8a0ad1320c7dae3aff594a8edaa 100644 (file)
@@ -31,6 +31,7 @@ function update_test_schema_schema() {
 $schema_version = \Drupal::state()->get('update_test_schema_version', 8000);
 
 if ($schema_version >= 8001) {
+
   /**
    * Schema version 8001.
    */
@@ -45,4 +46,5 @@ if ($schema_version >= 8001) {
     // Add a column.
     db_add_index('update_test_schema_table', 'test', ['a'], $table);
   }
+
 }