pelican-dev / docs

Documentation site for Pelican Panel
https://docs-peli.vercel.app
25 stars 24 forks source link

Change minimum MariaDB version #43

Closed RMartinOscar closed 2 months ago

RMartinOscar commented 2 months ago

MariaDB 10.3.x fails on this line (tried on 10.3.39), the minimum version that allows it is 10.4.0 MakeUserCommand.php#L33

Boy132 commented 2 months ago

We should instead just remove the select 1 where 1 check.