diff --git a/cala-ledger/src/lib.rs b/cala-ledger/src/lib.rs index 41028511..0e92d8ee 100644 --- a/cala-ledger/src/lib.rs +++ b/cala-ledger/src/lib.rs @@ -20,7 +20,7 @@ //! async fn init_cala(journal_id: JournalId) -> anyhow::Result { //! let cala_config = CalaLedgerConfig::builder() //! .pg_con("postgres://user:password@localhost:5432/pg") -//! .exec_migrations(true) +//! // .exec_migrations(true) # commented out for execution in CI //! .build()?; //! let cala = CalaLedger::init(cala_config).await?; //!