Security update for Core, with self-updated composer
[yaffs-website] / web / core / includes / schema.inc
index a2f9d23dc4f578a0591dc18de0bd96be861200ea..443cbf1934d035b45262ccd540624b9f4a1df038 100644 (file)
@@ -119,7 +119,7 @@ function drupal_install_schema($module) {
   _drupal_schema_initialize($schema, $module, FALSE);
 
   foreach ($schema as $name => $table) {
-    db_create_table($name, $table);
+    \Drupal::database()->schema()->createTable($name, $table);
   }
 }