Skip to content

Commit 72712a9

Browse files
committed
UHF-12628: Use sql-dump instead of sql-query
1 parent cc05236 commit 72712a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/make/drupal.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ PHONY += drush-import-dump
108108
drush-import-dump: dump.sql
109109
$(call drush,sql-drop --quiet -y)
110110
$(call step,Import local SQL dump...)
111-
$(call drush,sql-query --file=/app/dump.sql --extra-dump=--skip-ssl && echo 'SQL dump imported')
111+
$(call drush,sql-dump --result-file=/app/dump.sql --extra-dump=--skip-ssl && echo 'SQL dump imported')
112112

113113
PHONY += drush-sanitize-database
114114
drush-sanitize-database:

0 commit comments

Comments
 (0)