# File lib/rubyrep/replication_initializer.rb, line 229
    def drop_change_logs
      [:left, :right].each do |database|
        drop_change_log(database) if change_log_exists?(database)
      end
    end