Sign in
◑
Theme
go
/
pkgsite
/
60f10bf3d57b68dccf4e1dfd573a72ec8db114d5
/
.
/
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
;