BF [ 1894474 ] Log Migration Script issue if you edit the file in meantime

This commit is contained in:
teo_sarca 2008-02-15 14:35:11 +00:00
parent efea3aef5c
commit e84a90cf0c
1 changed files with 2 additions and 0 deletions

View File

@ -530,6 +530,8 @@ public abstract class Convert
os.writeBytes(statement);
// close statement
os.writeBytes("\n;\n\n");
// flush stream - teo_sarca BF [ 1894474 ]
os.flush();
}
} // Convert