Sign in
go
/
pkgsite
/
43e14a52523a47ed171cec902c0ab4bb6bdcc363
/
.
/
migrations
/
000152_add_search_documents_unit_id_unique.down.sql
blob: 4a1e79cf70472963394f75f8f05efd63f5445a35 [
file
] [
log
] [
blame
]
-- Copyright 2021 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
search_documents_unit_id_key
;
END
;