Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-core / config / dist / chain / site-update.yml
diff --git a/vendor/drupal/console-core/config/dist/chain/site-update.yml b/vendor/drupal/console-core/config/dist/chain/site-update.yml
deleted file mode 100644 (file)
index 86a105e..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-commands:
-# Drop database
-  - command: database:dump
-    arguments:
-      database: 'default'
-# Import configurations
-  - command: config:import
-# Restore Database
-  - command: update:execute
-    arguments:
-        module: 'all'
-# Rebuild caches
-  - command: cache:rebuild
-    arguments:
-        cache: 'all'