From c68899c10e54dd92406b4c16e67acc8751d2f075 Mon Sep 17 00:00:00 2001 From: Tu Van Date: Fri, 19 Jul 2024 21:32:50 +0700 Subject: [PATCH] Update n98-magerun2 CLI to use a single insert with column names per row This will make it easier to search the data through the dump database file. --- compose/bin/n98-magerun2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/bin/n98-magerun2 b/compose/bin/n98-magerun2 index d3b088390..80f4d9ca4 100755 --- a/compose/bin/n98-magerun2 +++ b/compose/bin/n98-magerun2 @@ -11,4 +11,4 @@ if ! bin/cliq ls bin/n98-magerun2.phar; then bin/cliq mv n98-magerun2.phar bin fi -bin/cli bin/n98-magerun2.phar "$@" +bin/cli bin/n98-magerun2.phar --human-readable "$@"