Skip to content

Commit

Permalink
Persist SQL query history
Browse files Browse the repository at this point in the history
Fixes #523
  • Loading branch information
navarr committed Jan 17, 2023
1 parent 0f1aa30 commit 45a16f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions environments/includes/db.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ services:
- MYSQL_DATABASE=${MYSQL_DATABASE:-app}
- MYSQL_USER=${MYSQL_USER:-app}
- MYSQL_PASSWORD=${MYSQL_PASSWORD:-app}
- MYSQL_HISTFILE=/sql_history/.sql_history
volumes:
- dbdata:/var/lib/mysql
- sqlhistory:/sql_history

volumes:
dbdata:
sqlhistory:

0 comments on commit 45a16f0

Please sign in to comment.