Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / drush / drush / tests / resources / updatedb_script.php
diff --git a/vendor/drush/drush/tests/resources/updatedb_script.php b/vendor/drush/drush/tests/resources/updatedb_script.php
deleted file mode 100644 (file)
index 614d0cd..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-
-// Set the schema version of devel to a lower version, so we have a pending update.
-$current = drupal_get_installed_schema_version('devel');
-drupal_set_installed_schema_version('devel', $current - 1);