public void StoreExecutedScript(SqlScript script) { if (!_shouldJournalPredicate(script.Name)) { return; } _journal.StoreExecutedScript(script); }