# File lib/rubyrep/replication_initializer.rb, line 115
    def drop_change_log(database)
      session.send(database).drop_table "#{options[:rep_prefix]}_pending_changes"
    end