Actions
Patch #38730
closedGenerate snake-case file name by redmine_plugin_migration
Description
redmine_plugin_migration must generate snake-case file name when specifying migration name as camel-case due to the consistency of the behavior, but it generates camel-case file name.
So we have created the patch for fixing redmine_plugin_migration behavior.
FYI: There was a similar issue that https://www.redmine.org/issues/28668
Files
Updated by Haruka Asakura 3 months ago
- File fix-migration-file-name-to-snake-case-20230617.patch fix-migration-file-name-to-snake-case-20230617.patch added
Sorry, there was a problem with the test code and we have re-created the patch.
Updated by Go MAEDA about 1 month ago
- Subject changed from generate snake-case file name by redmine_plugin_migration to Generate snake-case file name by redmine_plugin_migration
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch. Thank you for your contribution.
Actions