Mark Scherer

Results 902 comments of Mark Scherer

You need to provide the DB scheme/collation you are using. This is not really a plugin issue, more a DB one. You are most likely using an invalid or not...

I usually use unicode_ci Not sure if that behaves differently Update: Some sources also claim that this could help - https://stackoverflow.com/questions/39289286/in-searching-words-containing-german-umlauts%C3%A4-%C3%B6-%C3%BC-i-get-search-results-only-if etc

Do u have an idea for a fix? I havent used new plugins yet in prod.

Feel free to make a PR with suggested fixes, and we can review it.

Sounds like something we could merge?

It wouldn't change the tables or data. Only truncating the "phinx" log table. I was mainly looking for a migration shell way to do the opposite of `mark_migrated *` etc....

Not sure if we shouldn't just go with the simple "reset" command for now, until more things come to mind it is better to keep things not too complicated.

Maybe we should open an issue at phinx first, solving it there?