Deploy log-file in database

Hi rcampbell,

when I say log file I mean this:


And my update commands are also programmatically:

Liquibase liquibase = new Liquibase();
liquibase.update();

And after the update I want to insert the log-file from above into the database.
I hope this is clearer now.

Thanks in advance
Dennis