doctrine / migrations

Doctrine Database Migrations Library
https://www.doctrine-project.org/projects/migrations.html
MIT License
4.65k stars 386 forks source link

GlobFinder looking for ONLY Version*.php #1357

Closed rendix2 closed 11 months ago

rendix2 commented 11 months ago

Bug Report

Q A
BC Break yes
Version I have now idea how to find it

Summary

I can't rename migration file from Version{date} to Migration{date}

Current behavior

I HAVE to use illogical naming Version. But I'm extending Migration. It does not make any sence.

How to reproduce

Rename Version{date}.php to Migration{Date}.php as it SHOULD be.

Expected behavior

Find what whatever file I want

greg0ire commented 11 months ago

Manners.