Modify ↓
Ticket #336 (closed enhancement: fixed)
Use intval to loop through files
| Reported by: | gallegosja@… | Owned by: | hans |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.4.0RC1 |
| Component: | phing-tasks-ext | Version: | 2.3.2 |
| Keywords: | dbdeploy | Cc: |
Description
Using the intval on the delta files will prevent errors when the files are labeled like 01-v1.0-something.sql, 02-v1.0-something.sql instead of 1-v1.0-something.sql, 2-v1.0-something.sql (which is a well-named format anyway)
Attachments
Change History
Changed 3 years ago by gallegosja@…
-
attachment
DbDeployTask.php.diff
added
Note: See
TracTickets for help on using
tickets.

Patch