File tree Expand file tree Collapse file tree
.vortex/installer/tests/Fixtures/install/_baseline/docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,14 +84,9 @@ that case, use `ahoy build`.
8484Provided that your stack is already running:
8585
8686``` bash
87- ahoy drush sql-drop -y;
88- ahoy drush sql-cli < .data/db.sql
89- ```
90-
91- But better:
87+ ahoy import-db
9288
93- ``` bash
94- VORTEX_PROVISION_POST_OPERATIONS_SKIP=1 ahoy provision
89+ ahoy import-db .data/db_custom.sql
9590```
9691
9792## How to add Drupal modules
Original file line number Diff line number Diff line change @@ -84,14 +84,9 @@ that case, use `ahoy build`.
8484Provided that your stack is already running:
8585
8686``` bash
87- ahoy drush sql-drop -y;
88- ahoy drush sql-cli < .data/db.sql
89- ```
90-
91- But better:
87+ ahoy import-db
9288
93- ``` bash
94- VORTEX_PROVISION_POST_OPERATIONS_SKIP=1 ahoy provision
89+ ahoy import-db .data/db_custom.sql
9590```
9691
9792## How to add Drupal modules
You can’t perform that action at this time.
0 commit comments