# File lib/big_record/fixtures.rb, line 552
  def delete_existing_fixtures
    @connection.get_consecutive_rows(table_name, nil, nil, ["attribute:"]).each do |row|
      @connection.delete(table_name, row['id'])
    end
  end