Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
eldering committed Aug 25, 2024
1 parent 9f12b77 commit e8366e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/dj_setup_database.in
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ mysql_options()
# Wrapper around mysql command to allow setting options, user, etc.
mysql()
{
verbose mysql $(mysql_options) --silent --skip-column-names "$@"
command mysql $(mysql_options) --silent --skip-column-names "$@"
}

Expand Down

0 comments on commit e8366e3

Please sign in to comment.