Changeset 3fc5fa8


Ignore:
Timestamp:
12/21/11 21:29:29 (5 months ago)
Author:
mrook
Branches:
master
Children:
8601090
Parents:
168d505
git-author:
Michiel Rook <mrook@…> (12/21/11 21:29:29)
git-committer:
Michiel Rook <mrook@…> (12/21/11 21:29:29)
Message:

Fixes #831 - add additional new line after undo statement(s)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/phing/tasks/ext/dbdeploy/DbDeployTask.php

    raae28a2 r3fc5fa8  
    253253 
    254254                if ($undo) { 
    255                     $sql .= substr($contents, $split + 10); 
     255                    $sql .= substr($contents, $split + 10) . "\n"; 
    256256                    $sql .= 'DELETE FROM ' . DbDeployTask::$TABLE_NAME . ' 
    257257                                 WHERE change_number = ' . $fileChangeNumber . ' 
Note: See TracChangeset for help on using the changeset viewer.