Skip to content
Snippets Groups Projects
Commit 8b475ecb authored by Claudiu Cristea's avatar Claudiu Cristea
Browse files

ISAICP-9218: Still keep an empty command for local development.

parent b85bc954
Branches ephemeral-3 ephemeral-4
Tags 2.0.4
1 merge request!200Security release 2.0.4
......@@ -6,4 +6,5 @@
ddev solr:empty
ddev exec vendor/bin/run toolkit:install-clean
ddev virtuoso:clear-data
ddev exec vendor/bin/run dev:install-modules
......@@ -6,5 +6,6 @@
ddev solr:restore
ddev run toolkit:install-clone
ddev virtuoso:clear-data
ddev run dev:install-modules
ddev drush user:unblock --uid=1
#!/bin/bash
## Description: Clear the <http://data? Virtuoso graph
## Usage: virtuoso:clear-data
vendor/bin/drush eval "Drupal::service('rdf_sync.connection')->update('CLEAR GRAPH <http://data>')"
echo "Cleared the <http://data> graph."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment