FR [ 1829798 ] Easy generation of migration scripts
SQL terminator / not working for postgresql - changed by ;
This commit is contained in:
parent
826742fcd4
commit
d47134ac47
|
@ -527,7 +527,7 @@ public abstract class Convert
|
|||
// log statement
|
||||
os.writeBytes(statement);
|
||||
// close statement
|
||||
os.writeBytes("\n/\n\n");
|
||||
os.writeBytes("\n;\n\n");
|
||||
}
|
||||
|
||||
} // Convert
|
Loading…
Reference in New Issue