BF [ 1894474 ] Log Migration Script issue if you edit the file in meantime
This commit is contained in:
parent
efea3aef5c
commit
e84a90cf0c
|
@ -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
|
Loading…
Reference in New Issue