Sign in
go
/
pkgsite
/
7b2d95261b4f3d6f041e01b8f8e8939db9e013ef
/
.
/
migrations
/
000156_add_index_to_module_version_states.down.sql
blob: 91b30bb466fbb3ca938d936278777e0f2efb7616 [
file
]
-- 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
;