Sign in
go
/
pkgsite
/
a7802a12115fe5f2972986aa290c6fc62b54f593
/
.
/
migrations
/
000142_add_idx_symbol_search_documents_symbol_name_imported_by_count.down.sql
blob: c29a15b59beac93bc3a5bfe061c6edf3b11f7e3b [
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_search_documents_symbol_name_imported_by_count
;
END
;