Sign in
go
/
pkgsite
/
HEAD
/
.
/
migrations
/
000156_add_index_to_module_version_states.down.sql
blob: 91b30bb466fbb3ca938d936278777e0f2efb7616 [
file
] [
log
] [
blame
]
-- Copyright 2025 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
IF
EXISTS
idx_mvs_unprocessed_timestamp
;
END
;