Sign in
go
/
pkgsite
/
0635252b550fc4c24dcd58e68436708035d2993f
/
.
/
migrations
/
000015_add_package_version_states_module_path_version_index.down.sql
blob: 6ae467ebb52a32d4e5c2f7a8a7217a6d0cffe15b [
file
] [
log
] [
blame
]
-- Copyright 2020 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_package_version_states_module_path_version
;
END
;