blob: 0e32f450d758ab385d17f3318eafc0e2ebaca2d2 [file] [log] [blame]
-- Copyright 2021 The Go Authors. All rights reserved.
-- Use of this source code is governed by a BSD-style
-- license that can be found in the LICENSE file.
BEGIN;
DROP INDEX idx_symbol_history_module_sort_version;
DROP INDEX idx_symbol_history_goos;
DROP INDEX idx_symbol_history_goarch;
END;