Statically count topic views.

This commit is contained in:
flash 2019-03-03 16:11:34 +01:00
parent 06d0575831
commit d1b9996764
2 changed files with 46 additions and 0 deletions

View file

@ -11,3 +11,6 @@
- [node.js](https://nodejs.org/) (for the typescript and less compilers)
- [Yarn](https://yarnpkg.com/)
## Additional Configuration
Make sure to set the GLOBAL MySQL variable `log_bin_trust_function_creators` to `ON` so the migration script can create stored procedures. I can't automate this because said variable is not changeable at a session scope and only root can touch global variables.