v2019.11.17+1
MishimaHaruna
released this
18 Nov 20:11
·
3003 commits
to stable
since this release
Added
- Added an SQL linter. The
./tools/checksql.sh
script can be used to automatically validate the syntax of every file in thesql-files
folder (note: dependencies might need to be installed through composer). The script is also executed in the Travis builds. (#2582)
Fixed
- Fixed a syntax error in the
2019-10-12--14-21.sql
migration file. (part of #2582)