phinx
phinx copied to clipboard
Migrations without timestamp
Is it possible to set up migrations without timestamp in the file? Also, is it possible to use some other unique stamp of file, for example version?
I want to use something like this, because I will create multiple versions of my program, so I want to have migrations like v1.0.0_migration.php or migration-v1.0.0-beta.1.php or something like this.
There is a PR (https://github.com/cakephp/phinx/pull/1087) that would allow you to define your own rules for class names. But it is quite out of date at the moment. Maybe if you find it of use, then take it up.
@rquadling Yes, I would need something like that PR.
@rquadling Author of that PR closed it do I would need something else. Can someone finish it?
Me OSS time is limited until at least 2019Q3. Work and life!
@rquadling Do you now have some time to check this?
So what do we do with this one here now?