spl0k / supysonic

Supysonic is a Python implementation of the Subsonic server API.
https://supysonic.readthedocs.io
GNU Affero General Public License v3.0
260 stars 57 forks source link

MySQL error Foreign key constraint is incorrectly formed #189

Closed sashaaaaaaaaa closed 4 years ago

sashaaaaaaaaa commented 4 years ago

I'm now getting this: pony.orm.dbapiprovider.OperationalError: (1005, 'Can\'t create table supysonic.folder (errno: 150 "Foreign key constraint is incorrectly formed")')

with mariadb 10.5.4

spl0k commented 4 years ago

Fixed, thank you for reporting.