Skip to content

Commit

Permalink
Update n98-magerun2 CLI to use a single insert with column names per row
Browse files Browse the repository at this point in the history
This will make it easier to search the data through the dump database file.
  • Loading branch information
TuVanDev authored Jul 19, 2024
1 parent 954e743 commit c68899c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/bin/n98-magerun2
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"

0 comments on commit c68899c

Please sign in to comment.