doctrine / doctrine/DoctrineMigrationsBundle
filter schema.
- Dominant language
- PHP
- Stars
- 4.3k
- Forks
- 218
- Avg merge
- 11h 56m
- Merged PRs (30d)
- 5
Description
Improving the filter schema method instead of accept the results of a reg exp to accept an explicit array for YML file (at least can build the corrispective regex from the YML array). This allow a better managements of entities instead of a possible long string for regex, It means better maintanance of the project.
OR
add the feature to exclude the entities from the result for the regex, because it makes easier to manage reg exp, specially when in a schema of hundred tables and groving due to migration just one table as to be "skipped" for migration.
Is still valid the same YML array for better managing the excluded entities as wrote above.
Contributor guide
Research direction
Start by locating the filter schema method and the YML configuration that supplies its regular-expression results. Clarify whether the accepted change should support an explicit entity array, exclusions, or both; done means the selected schema entities can be managed without relying only on a long regular expression.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php, symfony
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100