You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ledger ledger = new LedgerBuilder(chartOfAccounts)
.name("JDBC H2")
.options(options)
.build()
.dropAll() // first drops the whole old database
.init(); // then re-creates it with the new accounts from the chartOfAccounts
Drop whole database through a Ledger API command.
Do not truncate and recreate the db tables in every run.
The text was updated successfully, but these errors were encountered: