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);
|
os.writeBytes(statement);
|
||||||
// close statement
|
// close statement
|
||||||
os.writeBytes("\n;\n\n");
|
os.writeBytes("\n;\n\n");
|
||||||
|
// flush stream - teo_sarca BF [ 1894474 ]
|
||||||
|
os.flush();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // Convert
|
} // Convert
|
Loading…
Reference in New Issue