Rewrote forum permission backend (removed all WITH RECURSIVE statements).

This commit is contained in:
flash 2019-04-30 22:55:12 +02:00
parent 7a9462d660
commit 3b84f4c9e0
16 changed files with 281 additions and 227 deletions

View file

@ -3,8 +3,8 @@
[![License](https://img.shields.io/github/license/flashwave/misuzu.svg)](https://github.com/flashwave/misuzu/blob/master/LICENSE)
## Requirements
- PHP 7.2
- MySQL 8.0
- PHP 7.3
- MariaDB 10.3
- [Composer](https://getcomposer.org/)
- [node.js](https://nodejs.org/) (for the typescript and less compilers)
- [Yarn](https://yarnpkg.com/)