sandstorm / NeosTwoFactorAuthentication

Extend the Neos Backend Login with 2FA
MIT License
12 stars 8 forks source link

Allow doctrine migrations to be run on MySQL #11

Closed bwaidelich closed 2 years ago

bwaidelich commented 2 years ago

Adjusts the platform check in the doctrine migration to be less strict and work for MySQL as well. Note. MariaDb1027Platform extends MySqlPlatform so that this check still works for MariaDB, too.

phumps commented 2 years ago

Is there a reason why this patch hasn't been released yet?

bwaidelich commented 2 years ago

@skurfuerst ping

phumps commented 2 years ago

Thanks, the migration was executed now and the white screen in the backend is gone.