Sign in
◑
Theme
go
/
pkgsite
/
909542e8a2287f0cec95d8a3786250e8260c1268
/
.
/
migrations
/
000015_add_package_version_states_module_path_version_index.down.sql
blob: 6ae467ebb52a32d4e5c2f7a8a7217a6d0cffe15b [
file
]
-- 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
;