Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NFR] Generate migration filename equal as class #31

Open
Jeckerson opened this issue Jan 15, 2020 · 0 comments
Open

[NFR] Generate migration filename equal as class #31

Jeckerson opened this issue Jan 15, 2020 · 0 comments
Assignees
Labels
NFR New Feature Request

Comments

@Jeckerson
Copy link
Member

Currently the name of file is a name of table, and the class is some sort of joining table name with its version.

Example:

  • companies.php
  • class CompaniesMigration_100 extends Migration

With new approach the filename and the class name with be equal.

Example:

  • CompaniesMigration_100.php
  • class CompaniesMigration_100 extends Migration
@Jeckerson Jeckerson self-assigned this Jan 15, 2020
@Jeckerson Jeckerson added the NFR New Feature Request label Jan 15, 2020
@Jeckerson Jeckerson added this to the 1.2.x milestone Jan 28, 2020
@Jeckerson Jeckerson modified the milestones: 1.2.x, 2.0.x Feb 20, 2020
@Jeckerson Jeckerson modified the milestones: 2.0.x, 2.1.x Mar 19, 2020
@Jeckerson Jeckerson changed the title Generate migration filename equal as class [NFR] Generate migration filename equal as class Mar 19, 2020
@Jeckerson Jeckerson modified the milestones: 2.1.x, 3.0.x Mar 21, 2020
@niden niden moved this to Backlog in Phalcon v5 Aug 25, 2022
@niden niden added this to Phalcon v5 Aug 25, 2022
@Jeckerson Jeckerson removed this from the 3.0.x milestone May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NFR New Feature Request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant