Statically count topic views.
This commit is contained in:
parent
06d0575831
commit
d1b9996764
2 changed files with 46 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue