# File lib/active_record/connection_adapters/nulldb_adapter.rb, line 79
  def checkpoint!
    self.execution_log << Checkpoint.new
  end