Skip to content

Commit e8366e3

Browse files
committed
DEBUG
1 parent 9f12b77 commit e8366e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/dj_setup_database.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ mysql_options()
7676
# Wrapper around mysql command to allow setting options, user, etc.
7777
mysql()
7878
{
79+
verbose mysql $(mysql_options) --silent --skip-column-names "$@"
7980
command mysql $(mysql_options) --silent --skip-column-names "$@"
8081
}
8182

0 commit comments

Comments
 (0)