From 46461c2b4bcb54905371b97765f9fc69277c82b9 Mon Sep 17 00:00:00 2001 From: flashwave Date: Thu, 21 Mar 2019 13:56:34 +0100 Subject: [PATCH] Removed no longer relevant stuff from README --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 6f6f1c82..188eba8a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # Misuzu -[![StyleCI](https://styleci.io/repos/114177358/shield)](https://styleci.io/repos/114177358) [![CodeFactor](https://www.codefactor.io/repository/github/flashwave/misuzu/badge)](https://www.codefactor.io/repository/github/flashwave/misuzu) [![License](https://img.shields.io/github/license/flashwave/misuzu.svg)](https://github.com/flashwave/misuzu/blob/master/LICENSE) @@ -9,7 +8,3 @@ - [Composer](https://getcomposer.org/) - [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.