vocascan / vocascan-server

Server for Vocascan
https://vocascan.com
Apache License 2.0
26 stars 5 forks source link

v1.0.1: Fixed role seeders for MySQL setup #58

Closed noctera closed 2 years ago

noctera commented 3 years ago
Status Type Env Vars Change
:white_check_mark: Ready Hotfix Yes

Description

This PR will fix the Issue vocascan/documentation#2 that occurs with role seeders in a MySQL database, which can't parse strings to boolean automatically as it seems.

Successfully tested with:

Motivation and Context

Screenshots / GIFs (if appropriate):

Checklist

Resolves